‎2013 Jul 04 4:34 PM
hello all
I have append structure in Structure MEPO1211 with field name as ZZVSCC
component type ZVSCC with domain of KSCTL properties
I have done this for inserting this field in ME21N item overview which uses the MEPO1211 structure
but now it dosent display the field
in SE14 i got this message- Does not exist in database
Is there are any settings modifications to be done?
Or any other solutions?
What should I do to see this field in ME21N - Item Overview
pls help.
thank you.
‎2013 Jul 05 1:55 PM
MEPO1211 is a structure not a database table, so SE14 should not be used...
To fill the internal table with your customer field, perform some search at scn on BAdI ME_PROCESS_PO_CUST. Try using get/set_data on ref to item in method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM (when item is created/changed) and in method IF_EX_ME_PROCESS_PO_CUST~OPEN (on existing item at opening of PO)
If this field must be input allowed for users in detail screen, manage a customer subscreen with either BAdI ME_GUI_PO_CUST or Customer-Exit Enhancement MM06E005.
Regards,
Raymond
‎2013 Jul 04 7:01 PM
Hi Nilesh,
Your requirement is to have custom fields in ME21N. For this you need screen exit for ME21N. Read this detailed post - https://scn.sap.com/message/6531036
BR.
‎2013 Jul 05 6:33 AM
Hi Nilesh,
go to SMOD tcode. Utilities -> Find Give package name ME. MM06E005 is the exact exit name to add custom field. go to Components. includes CI_EKKODB for Hrader table (EKKO) and CI_EKPODB for Item table(EKPO). add Custom field here. then you go to SE 14 and adjust header and item table. it takes a time to activate.
Thanks
Sabyasachi
‎2013 Jul 05 7:08 AM
hello sir,
I m not getting exactly where to add the field of cost center.(in which exit)
Can u please explain me?
the field is ZZVSCC which i had created in Structure - mepo1211.
Thanku
Nilesh
‎2013 Jul 05 8:02 AM
Hi,
Check the link below
http://www.saptechnical.com/Tutorials/ExitsBADIs/ME21N/Index.htm
proper step wise procedure is given with screenshot
only change below fields
instead of CHECK im_element = 'HEADER'..do this CHECK im_element = 'ITEM'.
wherever there is header take item..
Regards
Tejas
‎2013 Jul 05 12:43 PM
‎2013 Jul 06 9:43 AM
‎2013 Jul 05 1:55 PM
MEPO1211 is a structure not a database table, so SE14 should not be used...
To fill the internal table with your customer field, perform some search at scn on BAdI ME_PROCESS_PO_CUST. Try using get/set_data on ref to item in method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM (when item is created/changed) and in method IF_EX_ME_PROCESS_PO_CUST~OPEN (on existing item at opening of PO)
If this field must be input allowed for users in detail screen, manage a customer subscreen with either BAdI ME_GUI_PO_CUST or Customer-Exit Enhancement MM06E005.
Regards,
Raymond