cancel
Showing results for 
Search instead for 
Did you mean: 

Link between Output Type and Language

Former Member
0 Kudos

Hi,

We have a custom SAP Script form (SAP 4.7). In TCode NACE this form is attached to 2 output types ERS and ERS2 (Invoice Verification forms).

When we execute TCode MR90 with output type ERS, the form is printed in English and when we execute TCode MR90 with output type as ERS2, the same form is printed in Japanese.

Where is this configured in SAP that with output type ERS the form should be printed in English and for output type ERS2 the same form is printed in Japanese?

Any help would be greatly appreciated.

Thanks in advance.

Mick

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Answered as there are no more inputs.

brad_bohn
Active Contributor
0 Kudos

The NAST record carries the language on it (field = SPRAS); this comes from the condition record for the output type. You can view the condition records per output type in NACE.

Former Member
0 Kudos

Where you have the "OPEN_FORM" call ,you have to give as parameter

CALL FUNTION 'OPEN_FORM'

.......

language = nast-spras

..........

as the colleague said.