cancel
Showing results for 
Search instead for 
Did you mean: 

NCLUDE TEXT,,ST,E is not available.....in SAP Script, why ?

Former Member
0 Kudos

Hello friends,

i have created standard text named YADDRESS_C01 contains address, 1223 AJ RD,Dallas 12986

and i have created a variable in program v_add = 'YADDRESS_C01'

now, in SAP script ,i m calling....

INCLUDE &V_ADD& OBJECT TEXT ID ST LANGUAGE E

But it gives me following error,

INCLUDE TEXT,,ST,E is not available.

is ther any activation needed? or how to overcome of this prob?

full points will rewarded if useful

Regards

Ronn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I hope you should right the INCLUDE as mentioned below....try it.

INCLUDE &V_ADD& OBJECT TEXT ID 'ST' LANGUAGE 'E'

Answers (2)

Answers (2)

Former Member
0 Kudos

done !!

Former Member
0 Kudos

Hi,

Use

INCLUDE &V_ADD& OBJECT TEXT ID ST LANGUAGE EN

Hope it will be helpful.

Thanks,

Parul.