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

re: exits

Former Member
0 Likes
386

Hi,

I am adding two fields department and section in me21n,me22n screens (purchase ordrs) in item level.

I have to use list boxes for these two fields. I added success fully and iam uploading data successfully. But the problem is that after saving these two values in table it showing correct values but in the list box it showing only first value.

And the next problem is iam unable to export the data to the screen. Can body help me regarding code.

rgds

p.kp

Hi,

I am adding two fields department and section in me21n,me22n screens (purchase ordrs) in item level.

I have to use list boxes for these two fields. I added success fully and iam uploading data successfully. But the problem is that after saving these two values in table it showing correct values but in the list box it showing only first value.

And the next problem is iam unable to export the data to the screen. Can body help me regarding code.

rgds

p.kp

1 REPLY 1
Read only

Former Member
0 Likes
364

Hi Paluri,

<b>And the next problem is i am unable to export the data to the screen.</b>

In EXIT_SAPMM06E_016 include program ZXM06U41

just put following code

EKPO_CI = I_CI_EKPO.

Check whether your screen feild is EKPO_CI-zzfield.

please check the table name it may be different.

for the list box problem you should once again populate your internal table thru which you are getting the list values.And also let me know that whetehr this problem is in all tcodes me21n..22n..23n or in just one of them.

if i am not clear please revert back.

Regards

Amit