cancel
Showing results for 
Search instead for 
Did you mean: 

INCLUDE TEXT IN SMART-FORMS

Former Member
0 Kudos

Hi,

I m converting Sap-script into smart form.

In SAP-script "Header'' window contain code like that:

/: INCLUDE &T024E-TXKOP& OBJECT TEXT ID ADRS LANGUAGE &EKKO-SPRAS& PARAGRAP >

I need to use this logic in my Smart-form "Header" node.

Plz tell me how can i use this logic without any error.

It's very urgent.

Thanks & Regards,

Gaurav.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Gaurav,

create an include test in the header window

and specify

Text Name - &T024E-TXKOP&

Text Object - TEXT

Text ID - ADRS

Language - &EKKO-SPRAS&

reward if useful.

and please close the thread if resolved

Cheers,

Deepthee Kasal

Former Member
0 Kudos

Hi,

Create a text & provide type Include text.

Thanks

ANUPAM

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Gaurav,

You need to create a text element for this. In the text element type, you have a drop-down where you select include text.

There are corresponding boxes for OBJECT & ID where you type in TEXT & ADRS respectively.

You gotto define 2 global variables: V_TXKOP & V_SPRAS which you have to populate from T024E & EKKO respectively.

In fact its much easier than SAPscrits. In case of any issues do let me know.

Regards,

Suhas