cancel
Showing results for 
Search instead for 
Did you mean: 

query in script

Former Member
0 Kudos

Hi,

What is the meaning of

"INCLUDE &ZAB& ID ST PARAGRAPH ZXY.

What is ZAB?? Is it text element??

I wanted to see that text element then where I will see??

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

hi neha,

The standard text is included in your script.

The ZAB is the object ID .In which the text will be added we can find it from the t.code so10 else it will be available in the Header text of the respective Transaction.

regards,

sharath

former_member223446
Active Participant
0 Kudos

hi neha

zab is the name of the standard text which u have created in so10.

text elements are defined in TEXT EDITOR IN SCRIPTs.

defintion is like this

/:E sales.

here sales is the text element.

call this sales in driver program

at fm write_form

element = sales.

-


-


reward points

kiran.

Former Member
0 Kudos

ZAB is a variable which contains the name of the standard text created in Transaction code SO10. The script receives the name of the Standard text(ST) at runtime..

Go to that transaction and give the name and press display.. you can see some text in this object !! This is Globally available text object !! Not text element ! You can call a text element in onli one form (script).. but u can include these text Objects in more than one forms !!

PARAGRAPH ZXY

and u are going to apply the paragraph setting of format ZXY to that text object !!

Hope u understood!!

reward all helpful answer !!

regards,

sai ramesh

Former Member
0 Kudos

Hi,

ZXY is the paragraph format for the standard text.

You will check the variable value at the time of debug.

This value you have to use as a name of the standard text in FM

Read_text to know the text into it.

Regards

Vikas

Former Member
0 Kudos

Hi,

ZAB is the Text element, If you want to see the Standard text elements then goto SO10 transaction code,

and if you want to see the Text which is coming dynamically, then you need yo go that corresponding trnasaction code and see the Header text for that t.code

Regards

Sudheer