‎2007 Jul 30 3:17 PM
Hi,
I have one program, that calls VA03 and print Billing document immediately.
Now they want stop batch-input at Issue output screen, and after they fill the options that want and continue the program.
Can you tell me if it is possible?? And if yes,what is the soluction for this?
Thanks ina advance.
All ideas are welcome.
‎2007 Jul 30 3:22 PM
VF03--->billing Document .
Now they want stop batch-input at Issue output screen, and after they fill the options that want and continue the program.
<b>-->Means ? they dont want Immedi.Print outs ?</b>
regards
peram
‎2007 Jul 31 1:23 PM
Hi,
This means, because user want choose, print immediately, or not.
Do you know solution for that??
‎2007 Aug 01 9:24 AM
I found one solution.
Batch-input code:
t-code = 'VA03'.
REFRESH bdcdata.
PERFORM bdc_dynpro USING 'SAPMV45A' '0102'.
PERFORM bdc_field USING 'BDC_OKCODE' 'DRCK'.
PERFORM bdc_field USING 'VBAK-VBELN' tab-vbeln.
PERFORM bdc_dynpro USING 'SAPLVMSG' '0200'.
PERFORM bdc_field USING 'BDC_OKCODE' '=OPTS'.
CALL TRANSACTION 'VA03' USING bdcdata MODE 'E'
UPDATE 'S'
MESSAGES INTO messtab.
Thank you by all helps.
Ana