Application Development 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: 

BADI BADI_EAM_SINGLELEVEL_LIST for use with iw49n

Former Member
0 Kudos

Hello,

Thanks to Narasimhan who responded to my reply to a previous thread.

I added 4 user fields to structure RIH_ORDER_OPERATION_LIST via APPEND structure.

I implemented method FILL_ADD_FIELDS of subject badi to populate these 4 new fileds. From the debugger it shows it is executing my code ok. The only problem I have is that when I execute iw49n these 4 new fields do not show and they

are not in the column set to select.

I am missing some little piece to get these fields to show on iw49n. Does anybody have any idea what I may be missing.

Thanks

John

1 REPLY 1

Former Member

Hello,

The piece I was missing was as follows:

In method CHANGE_FIELD_CATALOG of badi BADI_EAM_SINGLELEVEL_LIST I needed to CLEAR attribute TECH so

that the fields would appear.

John