‎2010 Dec 17 3:06 AM
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
‎2010 Dec 17 10:54 AM
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.
‎2010 Dec 17 10:54 AM
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.
‎2010 Dec 17 10:59 AM
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.