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

field exit

Former Member
0 Likes
599

hi.

please help me!!!

i have created a field exit tyo validate ORD44 in transaction AS01 and AS02. The Operating Plant have to begin with the tree fist digit of Asset location. I try to get the value of STORT WITH IMPORT gv_stort FROM MEMORY ID 'STORT'. BUT IN QA this value is missing.

Some body could give a suggestion about how to take the value of STORT?

thanks in advance.

regards

hi.

please help me!!!

i have created a field exit tyo validate ORD44 in transaction AS01 and AS02. The Operating Plant have to begin with the tree fist digit of Asset location. I try to get the value of STORT WITH IMPORT gv_stort FROM MEMORY ID 'STORT'. BUT IN QA this value is missing.

Some body could give a suggestion about how to take the value of STORT?

thanks in advance.

regards

3 REPLIES 3
Read only

Former Member
0 Likes
568

Hi Marisol,

For Importing the value, you must need to export it throgh some program.

In which program you are exporting the value.

Regards,

Atish

Read only

0 Likes
568

yes I am exporting value in other program like EXPORT lv_stort TO MEMORY ID 'STORT' . But the problem is in QA, this value is missing.

Read only

0 Likes
568

What you can do is just put a break point in the first program after EXPORT and see if the value is really going in there or not.

There may be case that there is no entry in lv_stort when it is exporting.

Regards,

Atish