cancel
Showing results for 
Search instead for 
Did you mean: 

user exit

Former Member
0 Kudos

hI,

Please give me the examples of 3 to 4 gaps in real time senirio & how it is done in sap by using user exit .

Please give me the solutrion for this.

Thanks,

Rash.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rashm,

User exit - A user exit is a three character code that instructs the system to access a program during system processing.

SXX: S is for standard exits that are delivered by SAP. XX represents the 2-digit exit number.

UXX: U is for user exits that are defined by the user. XX represents the 2-digit exit number

Now Below are some of the scenario where we can use User Exit:

1. If we want to restrict some user to Save the Order without entering some if the details which is required for security purposes.

2.Company A has a requirement to validate all customer master records created with a U.S. address. The U.S. entity reports on the industry field on the customer master. This is only a U.S. requirement and should not be required for the other countries, so the field status would not work. To accomplish this requirement, Company A will need to set up an Enhancement for the customer master transaction

Thanks,

Raja

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Gaps are on the basis of the current business scenario of the client, it all depends on the clients business process where which cannot be mapped to SAP standard.

1) Automatic release of order from credit check when the customer paid the payment.

2) 2 different materials for 1 material cannot be supported by sap

3) SAP supports only maximum 3 orders in condition update

regards