Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding BDC

Former Member
0 Likes
632

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
611

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

5 REPLIES 5
Read only

Former Member
0 Likes
611

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.

Read only

0 Likes
611

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

Read only

former_member225631
Active Contributor
0 Likes
611

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.

Read only

0 Likes
611

Hi

Check the BDC Message table, if you are not having error message,

Than write the Material, which you just uploaded / changed

Regards

MD

Read only

Former Member
0 Likes
612

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