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

problem with call transaction 'FB08'

Former Member
1,702

hi,

i want to call transaction FB08 and before calling, i set the parameter ids BLN (belnr), GJH (GJAHR) and BUK (bukrs). gjahr and bukrs can be set successfully but belnr couldn't set, belnr field is empty. my code is below.

set parameter id 'GJH' field gjahr.

set parameter id 'BUK' field bukrs.

set parameter id 'BLN' field belnr.

call transaction 'FB08'.

anybody have any idea??

1 ACCEPTED SOLUTION
Read only

Former Member
1,081

hello,

try this:

set parameter id 'GJR' field gjahr.

set parameter id 'BUK' field bukrs.

set parameter id 'BLN' field belnr.

set parameter id 'XST' field 'GO'.

call transaction 'FB08'.

regards,darek

hi,

i want to call transaction FB08 and before calling, i set the parameter ids BLN (belnr), GJH (GJAHR) and BUK (bukrs). gjahr and bukrs can be set successfully but belnr couldn't set, belnr field is empty. my code is below.

set parameter id 'GJH' field gjahr.

set parameter id 'BUK' field bukrs.

set parameter id 'BLN' field belnr.

call transaction 'FB08'.

anybody have any idea??

1 REPLY 1
Read only

Former Member
1,082

hello,

try this:

set parameter id 'GJR' field gjahr.

set parameter id 'BUK' field bukrs.

set parameter id 'BLN' field belnr.

set parameter id 'XST' field 'GO'.

call transaction 'FB08'.

regards,darek