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

SHDB print sapscript

Former Member
0 Likes
687

Hi,

On the screen, press the button to print sapscript manually today. I need to automatically generate a SHDB of this action is to print?

someone help me?

MY SHDB

PERFORM bdc_dynpro USING : 'SAPMZQM005' '0100'.

PERFORM bdc_field USING : 'BDC_OKCODE' '=EXEC',

'BDC_CURSOR' 'J_1BNFDOC-NFNUM',

'J_1BNFDOC-NFNUM' i_nfnum,

'BDC_CURSOR' 'J_1BNFDOC-SERIES',

'J_1BNFDOC-SERIES' i_series.

PERFORM bdc_dynpro USING : 'SAPLSTXC' '0100'.

PERFORM bdc_field USING : 'BDC_CURSOR' 'ITCPP-TDDEST',

'BDC_OKCODE' '=PRNT'.

ENDIF.

vg_modo = c_n.

      • Chamando transação ZQM010 com os devidos dados.

CALL TRANSACTION c_zqm010

USING ti_bdcdata

MODE vg_modo

UPDATE c_s

MESSAGES INTO ti_msg.

thanks

Edited by: Carlos Alberto Torres on Jun 5, 2009 10:08 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
637

First that is a custom development, so is difficult to give some help.

Second, its a custom devolpment, why don't you change it if you need to automatically print something

4 REPLIES 4
Read only

Former Member
0 Likes
638

First that is a custom development, so is difficult to give some help.

Second, its a custom devolpment, why don't you change it if you need to automatically print something

Read only

0 Likes
637

I need to call the SHDB a standard transaction

Read only

0 Likes
637

Really? from the code I'm seeing you are calling 'ZQM010'

Read only

0 Likes
637

I need to call the SHDB 'ZQM010' in a program standard.