Technical Articles
Uploading Business Partner Data using LSMW
WARNING: PLEASE NOTE THIS BLOG IS ONLY FOR MIGRATION TO S/4HANA 1511. PLEASE USE MIGRATION OBJECT MONITOR INSTEAD OF LSMW FOR S/4HANA 1610 ONWARDS.
You want to mass migrate Business Partner data from your existing system to S/4HANA 1511. This blog explains how to import data from tab delimited text files residing on FrontEnd computer (PC) using transaction code LSMW – Direct Input method together with a custom program provided.
Please note that the LSMW tool is to be used for creating and updating Business Partner data directly in S/4HANA system with New Implementation. It is not intended to be used for ECC to S/4HANA conversion.
1. DOWNLOAD AND EXTRACT FILES:
Download file BP.ZIP and extract into a dedicated folder ( e.g. C:\TEMP\BP) on the FrontEnd Computer (PC). Each Excel file listed below corresponds to different Master data segments of the Business Partner Object as input parameters of function module RFC_CVI_EI_INBOUND_MAIN::
01_CVIS_BP_GENERAL.xlsx
02_CVIS_BP_ROLES.xlsx
03_CVIS_BP_INDUSTRY.xlsx
04_CVIS_BP_IDENT_NUMBERS.xlsx
05_CVIS_BP_BANK_DETAILS.xlsx
06_CVIS_BP_TAX_NUMBER.xlsx
07_CVIS_BP_TAX_NUMBER_COMMON.xlsx
08_CVIS_BP_ADDRESS.xlsx
09_CVIS_BP_ADDRESS_USAGE.xlsx
10_CVIS_BP_ADDRESS_TELENO.xlsx
11_CVIS_BP_ADDRESS_FAXNO.xlsx
12_CVIS_BP_ADDRESS_EMAIL.xlsx
13_CVIS_BP_ADDRESS_URL.xlsx
14_CVIS_BP_RELATION.xlsx
15_CVIS_CUSTOMER_GENERAL.xlsx
16_CVIS_CUSTOMER_COMPANY.xlsx
17_CVIS_CUSTOMER_SALES.xlsx
18_CVIS_CUSTOMER_COMP_DUNNING.xlsx
19_CVIS_CUSTOMER_SALES_FUNC.xlsx
20_CVIS_CUSTOMER_TAX_INDICATOR.xlsx
21_CVIS_CUSTOMER_GENERAL_VAT.xlsx
22_CVIS_SUPPLIER_GENERAL.xlsx
23_CVIS_SUPPLIER_COMPANY.xlsx
24_CVIS_SUPPLIER_COMPANY_WTAX.xlsx
25_CVIS_SUPPLIER_PURCHASING.xlsx
26_CVIS_SUPPLIER_GENERAL_VAT.xlsx
2. CREATE STRUCTURES IN S/4HANA SYSTEM:
You can use program in BP.ZIP (file ZLSMW_STRUCTURES.TXT) to create structures. Activate the structures.
Alternatively you can manually create structures (SE11) according to specifications in provided Excel files as described below. Choose a transportable package in customer namespace and put this into new transport request.
Using transaction SE11 generate the following structures with “CHAR” data types copying the exact parameter name and data type length in the “Z” structure. Name the “Z” structures as defined in the following table:
SAP DELIVERED | Z STRUCTURE |
CVIS_BP_ADDRESS | ZZCVIS_BP_ADDRESS |
CVIS_BP_ADDRESS_EMAIL | ZZCVIS_BP_ADDRESS_EMAIL |
CVIS_BP_ADDRESS_FAXNO | ZZCVIS_BP_ADDRESS_FAXNO |
CVIS_BP_ADDRESS_TELENO | ZZCVIS_BP_ADDRESS_TELENO |
CVIS_BP_ADDRESS_URL | ZZCVIS_BP_ADDRESS_URL |
CVIS_BP_ADDRESS_USAGE | ZZCVIS_BP_ADDRESS_USAGE |
CVIS_BP_BANK_DETAILS | ZZCVIS_BP_BANK_DETAILS |
CVIS_BP_GENERAL | ZZCVIS_BP_GENERAL |
CVIS_BP_IDENT_NUMBERS | ZZCVIS_BP_IDENT_NUMBERS |
CVIS_BP_INDUSTRY | ZZCVIS_BP_INDUSTRY |
CVIS_BP_RELATION | ZZCVIS_BP_RELATION |
CVIS_BP_ROLE | ZZCVIS_BP_ROLE |
CVIS_BP_TAX_NUMBER | ZZCVIS_BP_TAX_NUMBER |
CVIS_BP_TAX_NUMBER_COMMON | ZZCVIS_BP_TAX_NUMBER_COMMON |
CVIS_CUSTOMER_COMP_DUNNING | ZZCVIS_CUSTOMER_COMP_DUNN |
CVIS_CUSTOMER_COMPANY | ZZCVIS_CUSTOMER_COMPANY |
CVIS_CUSTOMER_GENERAL | ZZCVIS_CUSTOMER_GENERAL |
CVIS_CUSTOMER_GENERAL_VAT | ZZCVIS_CUSTOMER_GENERAL_VAT |
CVIS_CUSTOMER_SALES | ZZCVIS_CUSTOMER_SALES |
CVIS_CUSTOMER_SALES_FUNC | ZZCVIS_CUSTOMER_SALES_FUNC |
CVIS_CUSTOMER_TAX_INDICATOR | ZZCVIS_CUSTOMER_TAX_IND |
CVIS_SUPPLIER_COMPANY_WTAX | ZZCVIS_SUPPLIER_COMP_WTAX |
CVIS_SUPPLIER_COMPANY | ZZCVIS_SUPPLIER_COMPANY |
CVIS_SUPPLIER_GENERAL | ZZCVIS_SUPPLIER_GENERAL |
CVIS_SUPPLIER_GENERAL_VAT | ZZCVIS_SUPPLIER_GENERAL_VAT |
CVIS_SUPPLIER_PURCHASING | ZZCVIS_SUPPLIER_PURCHASING |
For example, structure CVIS_BP_ROLE will match ZZCVIS_BP_ROLE component names as shown below.
Make sure that you set all data types to “CHAR” in the “ZZ” structures and add component STYPE to all structures as the first component in the structure. Activate the Structures.
3. CREATE REPORT PROGRAM IN S/4HANA SYSTEM:
Using LSMW Program source code provided in BP.ZIP (file ZLSMWDSPRG_CVI.TXT), create a program (SE38). Create a transportable package in customer namespace, adding to above transport request. Remember to add the text elements specified in the LSMW Program text elements file. Activate the program. You do not need to execute the program, it will be run by LSMW.
4. MAINTAIN LSMW CUSTOMIZING TABLES:
Using transaction code SM30, maintain tables SXDA0, SXDA1, and SXDA2 as below:
Add following entry for Business Partner in table SXDA0.
DXOBJ | 9900 |
DX obj. short text | Business Partner |
DX type | D |
Object type | BUS1006 |
Add following entry in table SXDA1.
DXOBJ | 9900 |
SUBDX | 0000 |
DXPRG | ZLSMWDSPRG_CVI |
DXPTY | D |
FILENAME | ZLSMWCVIBPOUT |
If you have problems to maintain entries in table SXDA1 check the following note:2192586 – Table maintenance dialog of SXDA1 dumps.
Please use SE16 SXDA1 and then /h to edit table in debug mode to add record.
Create following entries in table SXDA2:
Data transfer object | DX Object Subcat. | Item | + | Import Structure | Hierarchy level | Parent segment? | Mandatory segment | Minimum number | Maximum number | Active |
9900 | 0 | 1 | General | ZZCVIS_BP_GENERAL | 1 | X | X | 1 | 1 | X |
9900 | 0 | 2 | Role | ZZCVIS_BP_ROLE | 1 | 0 | 0 | X | ||
9900 | 0 | 3 | Industry | ZZCVIS_BP_INDUSTRY | 1 | 0 | 0 | X | ||
9900 | 0 | 4 | Ident_Numbers | ZZCVIS_BP_IDENT_NUMBERS | 1 | 0 | 0 | X | ||
9900 | 0 | 5 | Bank_Details | ZZCVIS_BP_BANK_DETAILS | 1 | 0 | 0 | X | ||
9900 | 0 | 6 | Tax_Number | ZZCVIS_BP_TAX_NUMBER | 1 | 0 | 0 | X | ||
9900 | 0 | 7 | Tax_Num_Common | ZZCVIS_BP_TAX_NUMBER_COMMON | 1 | 0 | 0 | X | ||
9900 | 0 | 8 | Address | ZZCVIS_BP_ADDRESS | 1 | 0 | 0 | X | ||
9900 | 0 | 9 | Address_Usage | ZZCVIS_BP_ADDRESS_USAGE | 1 | 0 | 0 | X | ||
9900 | 0 | 10 | Address_Teleno | ZZCVIS_BP_ADDRESS_TELENO | 1 | 0 | 0 | X | ||
9900 | 0 | 11 | Address_Faxno | ZZCVIS_BP_ADDRESS_FAXNO | 1 | 0 | 0 | X | ||
9900 | 0 | 12 | Address_Email | ZZCVIS_BP_ADDRESS_EMAIL | 1 | 0 | 0 | X | ||
9900 | 0 | 13 | Adress_Url | ZZCVIS_BP_ADDRESS_URL | 1 | 0 | 0 | X | ||
9900 | 0 | 14 | Relation | ZZCVIS_BP_RELATION | 1 | 0 | 0 | X | ||
9900 | 0 | 15 | Cust_General | ZZCVIS_CUSTOMER_GENERAL | 1 | 0 | 0 | X | ||
9900 | 0 | 16 | Cust_Company | ZZCVIS_CUSTOMER_COMPANY | 1 | 0 | 0 | X | ||
9900 | 0 | 17 | Cust_Sales | ZZCVIS_CUSTOMER_SALES | 1 | 0 | 0 | X | ||
9900 | 0 | 18 | Cust_Comp_Dunn | ZZCVIS_CUSTOMER_COMP_DUNN | 1 | 0 | 0 | X | ||
9900 | 0 | 19 | Cust_Sales_Func | ZZCVIS_CUSTOMER_SALES_FUNC | 1 | 0 | 0 | X | ||
9900 | 0 | 20 | Cust_Tax_Ind | ZZCVIS_CUSTOMER_TAX_IND | 1 | 0 | 0 | X | ||
9900 | 0 | 21 | Cust_General_Va | ZZCVIS_CUSTOMER_GENERAL_VAT | 1 | 0 | 0 | X | ||
9900 | 0 | 22 | Supp_General | ZZCVIS_SUPPLIER_GENERAL | 1 | 0 | 0 | X | ||
9900 | 0 | 23 | Supp_Company | ZZCVIS_SUPPLIER_COMPANY | 1 | 0 | 0 | X | ||
9900 | 0 | 24 | Supp_Company_T | ZZCVIS_SUPPLIER_COMP_WTAX | 1 | 0 | 0 | X | ||
9900 | 0 | 25 | Supp_Purchasing | ZZCVIS_SUPPLIER_PURCHASING | 1 | 0 | 0 | X | ||
9900 | 0 | 26 | Supp_General_Va | ZZCVIS_SUPPLIER_GENERAL_VAT | 1 | 0 | 0 | X |
5. CONFIGURE BUSINESS PARTNERS:
Configure Business Partners in your S/4HANA 1511 system according to the Best Practices Building Block Configuration Guide “J61_S4HANAX_BB_ConfigGuide_EN_XX.docx“. This guide is also included in the BP.ZIP file.
6. UPLOAD LSMW PROJECT FILE:
Using transaction LSMW -> Extras -> Import Projects upload LSMW Project File LSMW_S4H_ZLSMWCVI_BP.TXT
At the screen below please click on Import button.
7. PREPARE DATA FIELDS FOR UPLOAD:
Open all Excel Files (Templates), rows 1-4 give you description of fields. After you input all your legacy business partner data into rows 5 onwards in each file, remove rows 2,3,4 and export the file as a tab-delimited text file, retaining the file name but saving to extension .TXT.
In the resulting upload text file, row 1 must contain the field names and row 2 and above contain the data. (Note: since certain fields such as address may have a comma in the field, we do not recommend .CSV files.). Place the upload text files into the same folder (C:\TEMP\BP).
8. ASSIGN INPUT FILES:
Assign input files to LSMW data structure only if your PC upload path is not C:\TEMP\BP). As shown below execute step “Specify Files” in your LSMW Project, and switch into change mode (Ctrl+F1).
For each file, click on the file name to open the “File on FrontEnd: Maintain Properties”. Click the drop down button of the File field, and select your input file, navigating to the pertaining upload directory of your FrontEnd PC. The other settings should remain as follows -:
- File Contents: Data for One Source Structure (Table)
- Delimiter: Separator Tabulator
- File Structure: Field Names at Start of File
- File Type: With Record End Indicator (Text File)
- Code Page: Code Page ASCII
9. PERFORM INITIAL UPLOAD:
For the creation of new Business Partner records proceed according to standard LSMW process i.e., Read Data, Display Read Data, Convert Data, Display Converted Data and Start Direct Input Program. At the last step of Start Direct Input Program, please enter Physical filename as “ZLSMWCVI_BP_ZLSMWCVI_BP_ZLSMWCVI_BP.lsmw.conv”
For each BP, the following input data has to be prepared:
A. 01_CVIS_BP_GENERAL.xlsx file
a. Column C BPARTNERGUID field: blank
b. Column F OBJECT_TASK field: Enter “I” (for Insert)
B. All input files
a. Column A RUN_ID field: Enter the BP number for reference across multiple input files.
C. Single entry for each BP in the following files:
a. 01_CVIS_BP_GENERAL.xlsx (Mandatory)
b. 15_CVIS_CUSTOMER_GENERAL.xlsx (Optional)
c. 22_CVIS_SUPPLIER_GENERAL.xlsx (Optional)
D. Other required master data files
a. Multiple entries are allowed for each BP in all other files based on the business requirements.
E. Not relevant files:
For the data files not applicable to the business, save the blank file with only the title row into its corresponding txt file without any data.
10. PERFORMING DELTA UPLOADS:
Function module, RFC_CVI_EI_INBOUND_MAIN, called in LSMW BP upload tool only allows changes to existing data in 01_CVIS_BP_GENERAL.xlsx. Besides BP General Data, Customer General Data and Supplier General Data views, additional entries could be added to the existing BP, e.g. telephone numbers, new sales area customer SD data, additional addresses, bank accounts, etc.
For the update of existing Business Partners with changed and/or additional data records proceed as follows:
A. 01_CVIS_BP_GENERAL.xlsx file
a. Column C, fieldname BPARTNERGUID: Enter the BP GUID which can be extracted from BUT000 table fieldname BUT000-PARTNER_GUID.
b. Column F fieldname OBJECT_TASK: Enter “U” (for Update).
c. Make necessary data changes in this file.
B. Prepare other input files to add more data views to the existing BP.
NOTE: Files 15_CVIS_CUSTOMER_GENERAL.xlsx and 22_CVIS_SUPPLIER_GENERAL.xlsx can only be uploaded once and cannot be changed by this LSMW tool. The value of the field OBJECT_TASK in these 2 files is ignored by LSMW program.
ADDITIONAL INFORMATION:
If a BP is to be created under internal number range, the BPARTNERGUID filed has to be filled with an unique sequential number in 1_CVIS_BP_GENERAL.TXT file
As LSMW tool cannot cover all the Business Partner Data structure requirements, please consider using:
1. function module CVI_EI_INBOUND_MAIN or
2. Webservices
-BusinessPartnerSUITEBulkReplicateRequest
-BusinessPartnerRelationshipSUITEBulkReplicateRequest
3. Use this LSMW tool to upload most of the BP data first, then create a new LSMW project to upload the remaining BP data.
Also, please refer to note 2287723 – LSMW in SAP S/4HANA on-premise edition
DATA SERVICES – Data Integrator
SAP S/4HANA customers have access to a basic Data Integrator license key that comes with the underlying SAP HANA license (HANA REAB or HANA Enterprise). This key code applied to SAP Data Services provides full ETL functionalities (Extract, Transform, Load). Thus, it replaces a mapping and load tool like LSMW with the Rapid Data Migration content. With this basic data load functionality of SAP Data Services and together with the Rapid Data Migration content, legacy data can be loaded into SAP S/4HANA (on premise) including data validation but without further Data Quality (de-duplication, data cleansing) and reporting capabilities. For this use case with the aforementioned functionality, SAP Data Services is free of charge and there is no additional cost.
For Asset Management data import workarounds, please refer:note 2208321 – FAQ for legacy data transfer in SAP_FIN 720 and subsequent
Thank you,
The S/4 HANA RIG AMERICAS TEAM
(Patrick Fiegl, Michael Foo, Jorge Baltazar & Mahesh Sardesai)
Experts- Any idea on what is the best practice/ strategy on loading Bank Master on BP. The process flow for BP data is from MDG to ECC. But when it comes to customer banking data, lockbox files updates bank master in ECC. With the next push from MDG to ECC, the data updated by lockbox will get wiped out.. how do we make sure that the systems are in sync/?
Please i have one question Suppose i need to upload BP(Business Partner -vendor/Customer/Address etc etc ) data into SAP Hana using BODS. For this i need to use some RFC FM's. How can i do this kind of tasks in BODS?
At the final step i am getting below error.
First record in sequential file
ZLSMWCVI_BP_ZLSMWCVI_BP_ZLSMWCVI_BP.lsmw.conv not
a session record (type 0)
I doubt why STYPE defaulted for General it is 1 and for Purchasing it is 'P' in conversion program this creating a mess ? and stops at Start Direct Input Program
Hi Mahesh Sir,
Post GST, Where should we put Tax Category and GST registration number of Vendor in BP?
Regards,
With the current version 1702 , Is the BP upload process is the same as in S4 HANA version 1511 (or as mentioned in the blog)?
Yes it is same
HI Mahesh,
Thank you for the blog, I also want to upload data to BP but couldn't find file when click the ZIP file link. please share the file.
Cheers
T.Niroge
Hi Nirgoe,
Sorry the link was not available due to technical glitch. Its active now.
Please sir, its still not active
I have a problem, I'm using the RFC_CVI_EI_INBOUND_MAIN function and I need to update IT_CUST_GENERAL and IT_CUST_SALES, then.
Today I did:
IT_BP_GENERAL
RUN_ID BP PARNER IDENT OBJECT
1000063 1000063 FLCU01 U
IT BP ROLE
RUN ID DATA K ROLECA
1000063 FLCU01 FLCU01
It's CUST. GENERAL
RUN ID KUNNR OBJECT
1000063 1000063 I
When I perform this function, in exchange, 1 message will appear
1000063 1 A0369FE0A94C1ED7AFC735A5D707475C A CVI_EI 003 No Customer Assigned, No Customer Data Transfer
Hi Manesh,
Is mandatory to use the migration object monitor for the S4 1709 OP? LSMW could have technical issues? I've worked with LSMW in 1511.
Thanks!
Hi Dario,
It is recommended to use MOM from 1610 onwards. If you use this tool, you may find it even easier than LSMW.
LSMW tool is not being developed and adpated for 1709, if you use this tool and upload data some things may not work as required.
Thanks Mahesh!
Regards,
Dario.-
Dear Mahesh,
Indeed it was a wonderful and useful blog which I have found to use in real time(Implementation scenarios.
I couldn't find the company code data related file both for customer and vendor, kindly advise at the earliest.
Regards,
Karthikeya
Very insightful, but please the BP.ZIP file link isn't working anymore. I'd be very grateful if that could be rectified. Thanks
Hi Buniechukwu,
The link is updated. We had changed our system to onedrive and so the link stopped working.
BP.zip shared link is not working.
hELLO,
Access to the shared folder BP.ZIP expired, Please do reshare this folder.,
If any one having these field BP.ZIP please share it to me .
Hello,
Sorry for delay in replying. Please find the file below:
https://sap-my.sharepoint.com/:f:/p/mahesh_sardesai/EvJmq8vn9E1DjvVhv1p21oYBY7RUAGWawZ6p-lfEWepOoQ?e=bah4xh
Hello, Access to the shared folder BP.ZIP has expired. Share this folder again. If someone has these BP.ZIP fields, please share them with me. Thank you
Hi Nibaldo,
Please find the link below:
https://sap-my.sharepoint.com/:f:/p/mahesh_sardesai/EvJmq8vn9E1DjvVhv1p21oYBY7RUAGWawZ6p-lfEWepOoQ?e=bah4xh
Hi,
can anyone share folder BP.ZIP.
if someone has these BP.ZIP please share them with me. Thank you.
Davide
Hi,
Please find the link below:
https://sap-my.sharepoint.com/:f:/p/mahesh_sardesai/EvJmq8vn9E1DjvVhv1p21oYBY7RUAGWawZ6p-lfEWepOoQ?e=bah4xh
Thanks a lot.
Davide Bignotti
Hello Mahesh Sardesai, the link you provided is not working anymore. Thank you in advance.
Hi Alex,
I was travelling and on vacation. Sorry for delay. Please try now.
https://sap-my.sharepoint.com/:f:/p/mahesh_sardesai/EvJmq8vn9E1DjvVhv1p21oYBY7RUAGWawZ6p-lfEWepOoQ?e=HHkf4S
Thank you, it works now. Great job!
Dear Mahesh Sardesai
I would be much obliged if you could re-share (reactivate?) the content of BP.ZIP link.
Thanks a lot!
Regards,
Filipe
Hi Filipe,
can you try now
https://sap-my.sharepoint.com/:f:/p/mahesh_sardesai/EvJmq8vn9E1DjvVhv1p21oYBY7RUAGWawZ6p-lfEWepOoQ?e=HHkf4S
Hi Mahesh Sardesai
Perfect, I was now able to download it.
Thank you so much!
Best regards,
Filipe
Dear Sir,
thanks for your blog , I am trying it but I face this issue
which object can I use instead off 9900 ( we use h4hana 1809 )
thanks
Hi Ahmed,
I am not sure if the S/4HANA product has changed now, have you tried this as mentioned in the blog ?
=========================================================
If you have problems to maintain entries in table SXDA1 check the following note:2192586 – Table maintenance dialog of SXDA1 dumps.
Please use SE16 SXDA1 and then /h to edit table in debug mode to add record.
=========================================================
Please note that we do not recommend using LSMW anymore, please use the Data Migration Cockpit for data import. You can follow the blog which leads to step by step documentation for the three methods -
1. Files/ Staging tables:
Migrate Data Using Files / Staging Tables
2. Direct transfer from ECC to S/4HANA:
https://blogs.sap.com/2019/12/11/new-installation-of-s-4hana-1909fps0-part-5-direct-data-transfer-using-migration-cockpit/
thanks
Dear Mahesh Sardesai
May I request you to re-share or reactivate the content of file BP.ZIP ?
Thanks in advance for your help.
Regards,
Vinay
Hi Vinay,
Thank you for requesting. You should be able to access the file now.
Hi Mahesh,
Thanks for the very quick reply and appreciate your help.
Can you please share the link? unfortunately I still do not see any valid link.
Thanks,
Vinay
Hi Vinay,
Sorry the link seems to have changed. I have updated it. Please see below:
https://sap-my.sharepoint.com/:f:/p/mahesh_sardesai/EvJmq8vn9E1DjvVhv1p21oYBY7RUAGWawZ6p-lfEWepOoQ?e=U55HXF
Thanks Allot for sharing the link.
Hi Mahesh,
Could you please help me how to manage mass updates for BP in S4 1909?
The Data Migration Cockpit that is recommend do not support update, only create.
Can we still use what you have described above?
Thank you!
Malina
Hi Malina,
LSMW is not recommended in S/4HANA and will not be supported if you have issues. For new installation please use Data Migration Cockpit.
Please refer SAP Note 2287723 – LSMW in SAP S/4HANA on-premise edition
Thank you, Manesh for your reply!
We are doing brown field implementation on S4 1909 on premise and from migration perspective are dealing only with the CVI.
As part of our daily routines we have cases for mass changes/updates of the business partners due to sales restructuring for example and we need to assure such updates are taking place with proper tooling. The Data Migration Cockpit does not support changes of business partners and this is the reason of looking for other alternatives within S4 1909.
I was trying to open the link related to option 2. SAP Rapid Data Migration with SAP Data Services but without any success even searching directly for it.
I would appreciate if you can share any alternative for mass changes/updates of business partner that can be used in S4 1909 on premise.
Thank you!
Malina
Hi Malina
please, check this:
https://blogs.sap.com/2018/11/14/business-partner-customer-upload-via-ltmc/
It helped me.
Regards, Beatrice
Hi Beatrice,
Thank you very much for sharing the post!
We have had a look at the LTMC and it will be used for some objects.
Our current struggle is how to assure mass changes/updates of business partners due to our daily activities. Data Migration Cockpit supports only creation at least what we have experienced so far.
What do you use for mass changes/updates of already existing business partners in your organization? We are on S4 1909 on premise.
Thank you once again!
Best Regards,
Malina
Hi Mahesh,
Can you please share a new link ?
Thanks,
Sadok
Hi Sadok,
The link is available. Thanks for asking.
https://sap-my.sharepoint.com/:f:/p/mahesh_sardesai/EvJmq8vn9E1DjvVhv1p21oYBY7RUAGWawZ6p-lfEWepOoQ?e=EmhABg
Hi Mahesh,
Some issue while Im trying to get file :
We're sorry, but xxxxx@yyyyyyyy.com can't be found in the sap-my.sharepoint.com directory.
Please try again later, while we try to automatically fix this for you.
Would you be so kind and check it in free time?
Thank you in advance.
Regards
Alex
Hi Aleksander,
Please try this link:
https://sap-my.sharepoint.com/:f:/p/mahesh_sardesai/EvJmq8vn9E1DjvVhv1p21oYBY7RUAGWawZ6p-lfEWepOoQ?e=Y8UVJw
Thank you Sir.
Hi! I wanted to ask you if with that combination of the data set you managed to enter records in the KNVV. I am doing a very similar test, I record in BUT000, KNB1, KNA1 but I do not reach the "Commercial" section of the Client Role.
Hi Mr. Mahesh
Thanks for this tools you provide.so much help on upload the bussines partner.
But i have problem on the tools for change the existing value to blank. Here is my case :
i want to update GR Base IV in Bussines partner from X to Blank. I Tried to use your tool ( using U = Update and M = modify but not working).
Please kindly to help me on this case why this update is not working ? or is any parameter that im missing ?
sorry if there are word that are not pleasing to you, im kinda new into the blog.
Thank you
Ares
Hi Mahesh,
I can't download the file. I get the error that my account can't be found in the sap-my.sharepoint.com directory.
Could you please check it?
Thank you in advance.
Regards
Dimitri
Hi Dimitri,
The link has been updated
https://sap-my.sharepoint.com/:f:/p/mahesh_sardesai/EvJmq8vn9E1DjvVhv1p21oYBY7RUAGWawZ6p-lfEWepOoQ?e=sfglaK
Thank you.
Hi Mahesh,
Please, can you share a new link if U still have the file?
Thanks!
Hi Norberto,
I have extended the expiry date for the link. Please try an dlet me know if there is issue.
Thanks,