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

BDC data

Former Member
0 Likes
476

Hi ,

when i am calling BDC using Call transaction insted of main program its calling subprogram

i.e tabstrip program and value is not showing in screen .

bdc data appending perfectly..

but value is not showing on screen.. what will be cause ?

point will be award.

here is my code.

CALL TRANSACTION 'XD01' USING bdcdata

MODE l_mode

UPDATE 'S'

MESSAGES INTO messtab.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
451

jim,

Always remember we can miss some time but program never.

am sure you are missing some value in bdcdata structure so that you are unable to see this value in screen.

check again brother.

Amit.

3 REPLIES 3
Read only

Former Member
0 Likes
452

jim,

Always remember we can miss some time but program never.

am sure you are missing some value in bdcdata structure so that you are unable to see this value in screen.

check again brother.

Amit.

Read only

Former Member
0 Likes
451

Hi,

Set break-point and see whether the values are populating on the screen fields.

Hope this helps you.

Thanks & Regards,

Y.R.Prem Kumar

Read only

former_member200872
Active Participant
0 Likes
451

Hi,

Check the test data file for data in correct order / format.

Debugging would help to find the source of the issue.

Are you able to create a customer ?

Remember, the recording has to be perfect for the BDC to run successfully.

With Regards,

Wajid Hussain P.