‎2007 Jun 03 4:44 AM
Hi :
I uploaded the data using BDC for t.code mmp1.How to see the uploaded text file in sap or how can i find all the data which i uploaded.When i give single material number i can see the data in coresponding screens.
I am wondering to see the text file which i uploaded.
Thanks.
Raghu
‎2007 Jun 04 8:29 AM
hi,
u want check which data is coming from file to transaction in screen ......right
than write this code which will show u out on foreground
CALL TRANSACTION 'ME22N' USING BDCDATA
MODE 'A' UPDATE 'L'.
reward points if helpful,
Regards,
Imran
‎2007 Jun 03 4:51 AM
you need check the data using gui_upload,whether you getting data or not into internal table,if it is okay then upload ur data to transaction,see the results into corresponding tables.
goto ur transaction and use f1 ,you will find out table name.
‎2007 Jun 03 5:06 AM
Hi Seshu,
i uploaded the data using gui_upload and used bdc program for loading the data in to t.code mmp1, if i go to mm02 and if material number is given i can see the data in corresponding screens.I am wondering to know how to capture the data which i uploaded using bdc program call transaction method.Basically i want tp generate a report after executing bdc program.
thx
‎2007 Jun 03 5:12 AM
After call transaction statement check the sy-subrc value. Based on this value you can add the record to one internal table. Finall display the table like report.
‎2007 Jun 04 4:11 AM
Hi
Check the BDC Message table, if you are not having error message,
Than write the Material, which you just uploaded / changed
Regards
MD
‎2007 Jun 04 8:29 AM
hi,
u want check which data is coming from file to transaction in screen ......right
than write this code which will show u out on foreground
CALL TRANSACTION 'ME22N' USING BDCDATA
MODE 'A' UPDATE 'L'.
reward points if helpful,
Regards,
Imran