Application Development 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: 

How to debug my BDC

Former Member
0 Kudos

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

former_member480923
Active Contributor
0 Kudos

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

Hope That Helps

Anirban M,

3 REPLIES 3

former_member480923
Active Contributor
0 Kudos

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

Hope That Helps

Anirban M,

Former Member
0 Kudos

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

Former Member
0 Kudos

Thanks for the reply