cancel
Showing results for 
Search instead for 
Did you mean: 

Reg : standard texts in scripts

mallikarjun_vaja
Participant
0 Kudos

hi,

when I created a standard text in so10 and included in window ...

I got the sysntax as follows

INCLUDE Z_BP_FOOTER OBJECT TEXT ID ADRS

and when I executed the script..I got the output.

But what my question is...When I checked already exisiting form(which I Have to

modify now) the syntax is as follows

INCLUDE &REGUD-TXTFU& OBJECT TEXT ID ADR

what is the difference between these two..and

Iam confused as which method i should follow?

I came to know that REGUD is a structure and TXTFU is the field.

plz let me know if anyone has worked on this syntax

INCLUDE &REGUD-TXTFU& OBJECT TEXT ID ADR

waiting for your answers

Regards

Vaja

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In effect, you have hardcoded the Std Text Name in the first case.. Whereas in the second case, the Std Text name is being dynamically passed via the program Symbol. The method to follow depends on your situation.. if you can pass it via thye Program use the second method else go for the 1st one.

Regards,

Arya

mallikarjun_vaja
Participant
0 Kudos

hi,

thanks fro your answer.

In my case..when I goto SO10 and check for standard text...Header data is defined clearly.

but when I check the form ..in Header window the syntax is

INCLUDE &REGUD-TXTKO& OBJECT TEXT ID ADRS.

So what prccedure is by used by my form?

Can U plz explain?

Regards

Vaja