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

Screen Exit

Former Member
0 Likes
419

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

1 ACCEPTED SOLUTION
Read only

com_2018
Participant
0 Likes
403

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

2 REPLIES 2
Read only

Lakshmant1
Active Contributor
Read only

com_2018
Participant
0 Likes
404

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