Application Development 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: 

Screen Exite for XD01 and XD02

rahul2000
Contributor
0 Kudos

Dear all,

In XD02 transaction,in the Company Code Data tab,

there is aonther tab Payment Transactions.

Here I want to add an additional field.

Can anyone tell me how to go about it as i am doing this for the first time

8 REPLIES 8

Former Member
0 Kudos

Program name Enhancement Enhancement name

SAPMF02D CUSTOMER_ADD_DATA_CS CUSTOMER_ADD_DATA_CS

Enhancement Text.

Additional Data at Customers (Subscreen

Former Member
0 Kudos

I heard that field exits are eventually being phased out. Anyway we have several still on our system.

Execute program: RSMODPRF. Enter the name of the data element - execute.

Then you will be at the create function module screen. Create the function module enter the code you want. Note: You can only import/export the data element that you are doing the field exit for. We've used them for error checking.

Assign the program/screen. Or set it to global if you want the code to execute everywhere that the data element appears. Activate the field exit.

0 Kudos

hi michelle

i want add a new field there....i have not yet done something like this before

Former Member
0 Kudos

If possible, I would use Madhavi t's solultion.

0 Kudos

hi michelle..

what are the steps that need to be followed for this?

Former Member
0 Kudos

Hi,

First step u need define the screen group in SPRO.

CUSTOMER_ADD_DATA_CS

CUSTOMER_ADD_DATA

use Method GET_TAXI_SCREEN to call the screen number.

Regards

Kiran Sure

0 Kudos

hi kiran,

Can u plz tell me the exact steps of how to go about it

0 Kudos

Hi,

Go to SPRO -> Logistics – General -> Business Partner -> Customers -> Adoption of

Customer's Own Master Data Fields and execute it. “Maintain customer screen

groups “ will appear. Add the new function code under the screen group ‘ZS’ and save it.

Regards

Kiran Sure