2012 Apr 26 3:22 PM
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
2012 Apr 26 3:34 PM
Hi,
Check out the SDN Wiki regarding your requirment.
Thanks & Regards
Bala Krishna
2012 Apr 27 5:44 AM
2012 Apr 27 6:19 AM
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
2012 Apr 27 3:15 PM
2012 Apr 27 3:21 PM
2012 May 03 7:48 AM
Hi,
Sorry for the late reply.
The requirement has changed.
Issue has been resolved.Thanks for your timely help.
Thanks
Bharathi