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

Adding Custom fields in iw38

Former Member
0 Likes
4,572

Hi,

I need to  add custom fields in IW38 Transaction Screen.I appended those fields in RIHAUFK_LIST and CI_AUFK.

I can able to see the fields in IW38 Transaction Layout.

But i dont know how to get the values and how to bring the two tabs in the Standard Selection Screen.

where i should write the code.

Please guide me.

Thanks,

Bharathi

6 REPLIES 6
Read only

former_member585060
Active Contributor
0 Likes
2,539

Hi,

    Check out the SDN Wiki regarding your requirment.

http://wiki.sdn.sap.com/wiki/display/ABAP/New+field+List+display+at+IW38+or+IW39+when+activating+scr...

Thanks & Regards

Bala Krishna

Read only

0 Likes
2,539

Hi Bala,

Thanks for your help.

How to get the data for the custom field.

where to write the code in the standard program or the User exit  IWO10018.

Please suggest me.

Thanks

Bharathi

Read only

0 Likes
2,539

Hi,

    As per the documentation you need to Implement the Customer exit IWOC0004 for IW38 transaction. The function module EXIT_SAPLIREP1_001 has the documentation, read it. All the code needs to be written in Include ZXCSVU09.

Below is the details regarding the IW38 transation additional fields.

Extract from the SDN Wiki link which i posted in the last reply.

Step1: Plz read the documentation for your reference.

Step2: Activate the enhancement. (It should be assigned to a project )

Step3: Now in report IW38 (RIAUFK20), search for REUSE_ALV_GRID_DISPLAY.

Under tables you will find OBJECT_TAB as the internal table for displaying data.

And it includes a structure RIHAUFK_LIST

We need to append our own structure to the above structure by clicking at Append structure button. So that while populating data via OBJECT_TAB internal table it will refer the fields and will start showing the data at list display.

Step4: Now goto IWOC0004 and activate. In  EXIT_SAPLIREP1_001 write ur own code to modify the list display at IW38.

The fields will start populating at IW38 list display.

Thanks & Regards

Bala Krishna

Read only

0 Likes
2,539

Hi Bala,

Thanks for Your quick reply.

Thanks

Bharathi

Read only

0 Likes
2,539

Hi,

     Is the issue resolved?

Thanks & Regards

Bala Krishna

Read only

0 Likes
2,539

Hi,

Sorry for the late reply.

The requirement has changed.

Issue has been resolved.Thanks for your timely help.

Thanks

Bharathi