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

Error in Batch Input

Former Member
0 Likes
678

hi,

i have a scenario here to run batch input for cross company, for the first company, session was successfull, however on the other hand, an error "the field BSEG-VBUND does not exist in the dynpro SAPMF05A 0330".

we have seen the error cause though,

both used document type Z0, the difference is;

for control data section;

client 1"inter-company pstgs" was ticked unlike in client 2.

however, we are required to have the program run should "inter-company pstgs" be ticked or not.

please advice!

thanks in advance,

aud.

Edited by: audemar ryann on Dec 17, 2010 11:14 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
582

you need to capture the check box field "inter-company pstgs" with ticked and with out ticked in both client1 and client2.

Then write IF ...

inter-company pstgs = 'X'

ELSE

ENDIF condition.

2 REPLIES 2
Read only

Former Member
0 Likes
583

you need to capture the check box field "inter-company pstgs" with ticked and with out ticked in both client1 and client2.

Then write IF ...

inter-company pstgs = 'X'

ELSE

ENDIF condition.

Read only

Former Member
0 Likes
582

you need to capture the check box field "inter-company pstgs" with ticked and with out ticked in both client1 and client2.

Then write IF ...

inter-company pstgs = 'X'

ELSE

ENDIF condition.