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

FB09 BDC problem

Former Member
0 Likes
732

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

Hi Friend ,

First check the ITAB structure and declaration If everything is correct ,perform recording again.

Reward if useful

Regards

Jagadeesh.G

2 REPLIES 2
Read only

Former Member
0 Likes
605

Hi Friend ,

First check the ITAB structure and declaration If everything is correct ,perform recording again.

Reward if useful

Regards

Jagadeesh.G

Read only

Former Member
0 Likes
604

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