cancel
Showing results for 
Search instead for 
Did you mean: 

Include * is not available

Former Member
0 Kudos

hi,

For the SAPScript, while doing a preview on a contract, some text is not shown.

I tried to debug the SAP Script, but this has been my first time for SAP Scripts.

there was an error

"Include TEXT not available"

and the procedure said

"Please check the key of the text/graphic that is to be inserted with INCLUDE/BITMAP command"

Diagnosis:

"The text to be inserted with include command does not exist".

please help me. i am new to SAPscripts.

Also, suggest some easy tutorials on SAPScripts if you can. I tried few, but they had too much jargaon.

Edited by: chinmay kulkarni on Oct 15, 2009 6:00 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

check the Language in which the form is called and also the Std text u have called whether or not Std text for the called lang exists or not.

/: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p] [NEW-PARAGRAPH np]

example

/: INCLUDE MYTEXT LANGUAGE 'E' PARAGRAPH 'A1'

choose the INSERT text option from Menu Bar.

surya

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I guess, the Standard Text which you are calling in the Inculde is not available in SO10, so, check whether the Standard Text (Include TEXT) is available or not in SO10 by giving the Text name, ID & Lang from the Include statement.

Hope it helps!!

Rgds,

Pavan