Skip to Content
0
Former Member
Nov 30, 2006 at 02:31 PM

Sap Scrpt Text Issue

34 Views

INCLUDE &IS_VBDKR-TDNAME& OBJECT VBBK ID Z022 LANGUAGE &L_LANG& NEW-PARAGRAPH H5

I am using the above command in my SAP script but it does not fetch the requested text in the specified language. The variable passed by the print prg are correctly initialised with tdname and l_lang.

I tried hardcoding the language as indicated below and it works..

INCLUDE &IS_VBDKR-TDNAME& OBJECT VBBK ID Z022 LANGUAGE NO NEW-PARAGRAPH H5.

So basically my query is whether we can pass the language id to fetch the text ?