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: 

How can i create a user exit for OBBH transaction

Former Member
0 Kudos

I need to create a new user exit in order to do a modification in tow variables before the transaction have finished.

thank for your collaboration.

Raymond.

8 REPLIES 8

Former Member
0 Kudos

Hi

There are no standard EXITS available for OBBH.

you can use exits if they are provided by SAP. but we cannot create EXITS.

Check if any BADI's available..

Former Member
0 Kudos

Do you mean use Substitution with user-exit option?

0 Kudos

Yes, that is exactly what i mean!

0 Kudos

It is explained in OSS Note # 842318 (Solution II in particular).

0 Kudos

Where can i find this note?

0 Kudos

Now, i have de OSS login, but i dont now how find the note???

Raymond

0 Kudos

Right here:

<a href="https://service.sap.com/sap/support/notes/842318">https://service.sap.com/sap/support/notes/842318</a>

You need you OSS ID and password.

Former Member
0 Kudos

Hi

See the following .

Basic Steps in Configuring Substitutions

You must complete the following steps to create a substitution:

1. Goto OBBH & Enter the application area in which the substitution is called up.

2. Select the correct Callup point for the substitution.

3. Define the substitution.

4. Assign your substitution to an organizational unit (for example, company code for FI, company code or global company for FI-SL, controlling area for CO).

5. Activate the Substitution.

The fields that can be used in your substitution are determined from the application area and the Callup point. When you define your rules for the prerequisite and check

Statements, you can choose the fields that you want to use.

Call Up Point:

Callup Point 1

The Callup point tells you when the substitution is performed.

Callup point 1 checks the fields in a document header.

Callup Point 2

Callup point 2 is used to check the fields in a document line for a G/L account posting or a FI-SL.

The fields that are available at Callup point 1 are also available for cross-checks.

Operands and Operators

The following elements are used to create rules for prerequisite statements in substitutions.

Operands: Logical operators (Boolean logic) and Comparison operators.

thanks

Dany