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

How to debug my BDC

Former Member
0 Likes
2,648

Hi All,

I have got the recording done, and developed code to upload the data into the transaction.

Data from my Internal table is perfectly updating my BDCDATA table, I can see this from debugger comparing the data....

Now I have a doubt - How to see that the data in BDCDATA has been perfectly uploading into the transaction.

Quick replies will be rewared.

Thanks

1 ACCEPTED SOLUTION
Read only

former_member480923
Active Contributor
0 Likes
1,508

Run the program with mode - A (show all screen).

Hope That Helps

Anirban M,

Hi,

CALL TRANSACTION TCODE USING BDCDATA

MODE CTUMODE

UPDATE CUPDATE

MESSAGES INTO MESSTAB.

In this if you are using the Mode as A then u can see all the screen and the fields how they are populated to that particular screens.

Thanks & Regards,

Y.R.Prem Kumar

3 REPLIES 3
Read only

former_member480923
Active Contributor
0 Likes
1,509

Run the program with mode - A (show all screen).

Hope That Helps

Anirban M,

Read only

Former Member
0 Likes
1,508

Hi,

CALL TRANSACTION TCODE USING BDCDATA

MODE CTUMODE

UPDATE CUPDATE

MESSAGES INTO MESSTAB.

In this if you are using the Mode as A then u can see all the screen and the fields how they are populated to that particular screens.

Thanks & Regards,

Y.R.Prem Kumar

Read only

Former Member
0 Likes
1,508

Thanks for the reply