‎2008 Apr 17 3:15 AM
hi i am uploading the zuonr and sgtxt for the doccument number in FB09.
the problem is i am having the belnr (doccument no ) zuonr and sgtxt in the ITAB.
perform bdc_field using 'RF05L-BELNR'
itab-belnr.
2nd screen
perform bdc_field using 'BSEG-ZUONR'
itab-lifnr.
when i am giving like this in the second screen my zuonr and sgtxt is not coming in the field . and ok code message box is also not displaying
BUT
when i am giving like this
perform bdc_field using 'RF05L-BELNR'
'5000000'.
2nd screen
perform bdc_field using 'BSEG-ZUONR'
itab-lifnr.
every thing is working fine but i need to pass other doccument number also .
how can in plz help ..
its urgent ...
ur rewarded.
regards
vinoth.v
my itab
‎2008 Apr 17 5:10 AM
Hi Friend ,
First check the ITAB structure and declaration If everything is correct ,perform recording again.
Reward if useful
Regards
Jagadeesh.G
‎2008 Apr 17 5:10 AM
Hi Friend ,
First check the ITAB structure and declaration If everything is correct ,perform recording again.
Reward if useful
Regards
Jagadeesh.G
‎2008 Apr 17 6:56 AM
there was a gap in that doccument number.
i have user like this
condense belnr no-gaps.
its working now .
thanks for all.
regards
vinoth.v