Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Script problem

Former Member
0 Likes
643

Hi,

I have developed one script, initially the O/P was fine.But since our requirements has been changed, we have changed the field.Initially that field is from Table and later we have taken that field from structure. Actually the structure contains values, but I am not getting those values in O/P, I have debbuged it but that field coming like warning red colour field.

Please help me in this issue, very urgent.

Thanks,

Rani.

5 REPLIES 5
Read only

Former Member
0 Likes
612

hi rani i dnt think the value can be taken up 4rm structure ... it will be better if u can find out any table to acess that field ... can u name the field and structure ..

Read only

0 Likes
612

Hi Rohit,

The value can take from fields becos I have used some other 2 structures, they r working fine. but problem with this structure only.

structure is RFOPS_DK-KIDNO.

Thanks,

Rani.

Read only

0 Likes
612

well the earlier flds that u hv displayed is it 4rm the same structure ... else search for RFOPS_DK-KIDNO in ur driver program if u find it or not ... or tell me the driver program if its a sandard ...

Read only

0 Likes
612

well do 1 thing go to se11 . type the filed name and got o where used list and thn u will get many tables 4rm were u can get ur fld so i hope this solves ur problem ..

reward points if helpfull

thanking you

rohit gupta

Read only

Former Member
0 Likes
612

Hi Rani,

First check whether the structure RFOPS_DK is being filled in your Driver Program(Print Program) or not.

If it is being filled then you can replicate that value in your script,If that structure is not being filled in your driver Program you need to write a Perform in your script to fetch the required values.

Regards,

Ismail.