Hi,First, convert your file in CSV format.Create a source system (your PC).Create the infosource and all the infoobjects that are in your file.Create the infocube and the update rules.Then, assign your new source system to your infosource.In the infopackage, precise the locatio...
Last option to load a hierarchy is the data mart interface which allows loading data from within a SAP BW system or from another SAP BW system. The problem is that the hierarchy is not (yet) available in a SAP BW system. However, this option will prove to be very useful to enable a ...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) I would like to make flat file for LSMW,I have all the list of field details.I am going to use direct method in LSMW.can anyone explain.I have to type Tcode in flat file?pls send some sample fla...
These help us to find out what InfoObjects are used to be mapped with the source fields in the standard transformations. I created a Program named ZMAP_FIELD_INFOOBJECT for this purpose. Create the same in your SAP BW/4HANA system. I suggest that you execute this program once in back...
In this document (my first one) I will comment how to create a connection from SAP BW to SQL Server step by step and the small problems that I encountered during the
SAP Managed Tags: ABAP Development Hi Honda, Use the Function Module "KCD_CSV_FILE_TO_INTERN_CONVERT" to upload data, which is in CSV file type. But, Internal table cann't hold data more than 2 GB, I hope it is not pissible. Regards,SuryaPraveen. Reply andreas_mann3 Active Contri...
SAP Managed Tags: ABAP Development Hi, In 7 th step of LSMW we need to specify the file ie flat file. In this step you describe all files to be used in the following steps: · Your legacy data on the PC and/or R/3 server · The file for the read data · The file for the ...
Whereas the ABAP report from SAP will unload a hierarchy simply into a flat file. In the end there are absolutely unsupported ways like direct database table access which shouldn‟t be used at all. Besides the fact that a customer might lose SAP support it‟s also a technical challenge...
create z_sender_RFC( your Sender RC). function z_sender_rfc. call function 'z_sender_rfc' destination <RFC DESTINATION>(the name that you mantained in the SM59 FOR TCP/IP CONNECTION ) Endfunction. Let me know if u need any help. Replies (0) You must be a registered user to a...
We can correct the errors in error stack and send it to target using an error DTP. Now lets see this using an example In our source data we are purposely giving some errors to see the functioning of Error Stack and Error DTP.