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

Batch-input and screens

Former Member
0 Likes
666

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.

3 REPLIES 3
Read only

Former Member
0 Likes
520

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

Read only

Former Member
0 Likes
520

Hi,

This means, because user want choose, print immediately, or not.

Do you know solution for that??

Read only

Former Member
0 Likes
520

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