Application Development 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: 

Sap Scripts

Former Member
0 Kudos

Hi All,

I am trigerring the invoice by TC va03 , is it possible to trigger it through the driver prog. so tht the user will have select-options to select on the selection screen and then he can choose the particular sales order with lines items (in the second screen )for printing them by executing the driver program , may i know how to do tht and the output option for the user to select his own options of sales orders in the (second selection screen and linking to the printer ).

2) The drive program is already been defined and its an executable prog. i have defined the select-option but for selection text it giving me a message saying tht " Untranslated texts from master language DE will also be displayed " and the selection screen still remains as s_vbeln ...any suggestion on this and more over how to connect the selection screen 1000 TO the next screen is it by PBO AND PAI events ??

Thanks in advance ,

Vind.

1 REPLY 1

Former Member
0 Kudos

Hi Vind,

The message you are getting is because the original language of the program and the logon language are different. There are some selection texts which exist in the original language but not in the logon or display language.

You'll have to maintain the translations for the selection texts in the logon language to get the output on selection screen. For this in the 'Selection texts' screen ->Goto -> Translations.

Give your display language and maintain translations for all select options and parameters.

Hope this helps!

Regards,

Saurabh