‎2006 Feb 03 2:03 PM
Dear All,
I have a requirement to create a subscreen in ME21N.
I have no idea how to create Screen exits.It will be great if you provide documents link for document where the procedure is eloberated.
Thanks in advance
Praveen
‎2006 Feb 05 3:22 AM
Hi,
Step:
se18 -> definition name 'ME_GUI_PO_CUST'->implementation->create.
Documents as below:
Use
Application components: MM-PUR-PO, MM-PUR-PO-GUI
Main program: SAPLMEGUI
The Business Add-In (BAdI) ME_GUI_PO_CUST enables you to integrate your own subscreens into the Enjoy purchase order at both eader and item levels.
Requirements
To implement this BAdI, you need advanced knowledge of ABAP OO.
Before you can use this BAdI, you must have previously implemented the BAdI ME_PROCESS_PO_CUST.
Standard settings
In the standard system the Business Add-In is not active.
The BAdI is filter-independent.
The BAdI cannot be used multiple times.
Example
An example implementation is available under Goto -> Code Example.
Further notes
Documentation for BAdI method SUBSCRIBE
Documentation for BAdI method MAP_DYNPRO_FIELDS
Documentation for BAdI method TRANSPORT_FROM_MODEL
Documentation for BAdI method TRANSPORT_TO_DYNP
Documentation for BAdI method TRANSPORT_FROM_DYNP
Documentation for BAdI method TRANSPORT_TO_MODEL
Documentation for BAdI method EXECUTE
Regards,
collysun
‎2006 Feb 03 2:18 PM
Hi Praveen,
Have a look at url
http://help.sap.com/saphelp_47x200/helpdata/en/c8/1978b543b111d1896f0000e8322d00/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbabfe35c111d1829f0000e829fbfe/content.htm
Hope this gives some inputs.
Thanks
Lakshman
‎2006 Feb 05 3:22 AM
Hi,
Step:
se18 -> definition name 'ME_GUI_PO_CUST'->implementation->create.
Documents as below:
Use
Application components: MM-PUR-PO, MM-PUR-PO-GUI
Main program: SAPLMEGUI
The Business Add-In (BAdI) ME_GUI_PO_CUST enables you to integrate your own subscreens into the Enjoy purchase order at both eader and item levels.
Requirements
To implement this BAdI, you need advanced knowledge of ABAP OO.
Before you can use this BAdI, you must have previously implemented the BAdI ME_PROCESS_PO_CUST.
Standard settings
In the standard system the Business Add-In is not active.
The BAdI is filter-independent.
The BAdI cannot be used multiple times.
Example
An example implementation is available under Goto -> Code Example.
Further notes
Documentation for BAdI method SUBSCRIBE
Documentation for BAdI method MAP_DYNPRO_FIELDS
Documentation for BAdI method TRANSPORT_FROM_MODEL
Documentation for BAdI method TRANSPORT_TO_DYNP
Documentation for BAdI method TRANSPORT_FROM_DYNP
Documentation for BAdI method TRANSPORT_TO_MODEL
Documentation for BAdI method EXECUTE
Regards,
collysun