cancel
Showing results for 
Search instead for 
Did you mean: 

hi reg scripts

Former Member
0 Kudos

data is getting populated inprogram,but is not coming in output in my SAP SCRIPT.,

Plz tell me suggestions

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hope you have changed the script and code . Your script should have your field placed like this : &your field&

If everything is fine, check whether your script is in active state or it is in revised state. It should show Active-saved for your changes to get reflected.

Still u face problem goto SE71, give form name , Utilities -> activate debugger and start debugging your script

    • reward if this info solved ur problem**

former_member196280
Active Contributor
0 Kudos

try to loop the window where you want to display the second line...

Ex:

OPEN_FORM

LOOP At <Table>

WRITE_FORM.

ENDLOOP.

CLOSE_FORM

Regards,

SaiRam

Former Member
0 Kudos

hi,

Remove specifying the internal table name on the script editor and give the direct table name, give this a try if every other requirement is ok .

regard's

Former Member
0 Kudos

hi karthik,

please check whether u have given an element name in script text editor, when u displaying the data.

u need to mention the text element in WRITE_FORM.

please reward incase usefull....

regards,

prashant

Former Member
0 Kudos

i am getting the first fild output, but fron second fields i am not getting

Former Member
0 Kudos

hi,

please check the window size....or else check the incase u have used TAB between 2 fields display...

please reward....

regards,

prashant

Former Member
0 Kudos

Hi,

you have to

use the function module

write_form

in that you have to give the text element name and the window

then it wil come

thanks & regards,

Venkatesh