We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi Friends,I am facing a weird problem when uploading a file(PIPE delimited format) to application serverusing the transaction CG3Z. The data is getting truncated at the end of each row and the file size doesn't match with the one i had uploaded.Can ...
Hi Friends,Is there any SAP standard program (eg. RFBIDE00 for customer master) or a BAPI available for uploading data to Source Lists (Tcode: ME01) through LSMW?Thanks in advance.Murthy.
Hi Friends,I have to upload texts to the transaction FD32 via LSMW by using CREATE_TEXT function module. If anyone has worked on this beforethen please clarify the following doutb. In which event (Begin of record, End of transaction etc) I have to ...
Hi friends,I have the following requirement. Please provide me a solution.eg: 1st Internal Table Structure (having 100 records) A type char(10), B type char(10), C type char(10) 2nd Internal Table Struc...
Hi,In LSMW, while importing the object there is an option "Import Under Another Name" available in the application tool bar.Give it a try.Hope it helps.Murthy.
Hi,Add the following include in your code. INCLUDE <icon>.Next add a field in your ALV grid structue as below. flag LIKE icon-nameand add the icon to the ALV grid like shown below. WRITE ICON_ACTIVE_INACTIVE TO i_alv-flag.Hope it...