‎2008 Jul 07 8:29 AM
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.
‎2008 Jul 07 8:31 AM
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.
‎2008 Jul 07 8:31 AM
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.
‎2008 Jul 07 8:36 AM
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
‎2008 Jul 07 9:25 AM
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.