cancel
Showing results for 
Search instead for 
Did you mean: 

F110 transction, user exit

Former Member
0 Kudos

Hi all,

I have a situation.

There is a substitution rule defined, in one of the steps, there is a prerequisite which says

G/L = 'M163004002'

, i have attached a user exit for this step. So, this user exit will get triggered whenever a line item containg the above GL account is encountered.
Supposing i have vendor line items like shown below,

Itm CoCd Acct no. Description Amount in MXN

001 4127 5000026 José Luís Gárcia Méñ 120,00

002 4127 M260512000 OTHER LIABILITIES 11,57-

003 4127 M260505000 OTHER LIABILITIES 1,16-

004 4127 M163004002 ABA Seguros 107,27-

Here, the line item 004 is the line item which satisfy the prerequisite, so the user exit will get triggered when line item 004 is encountered. At the point to trigger, when the control is in user exit, i hav access only to line item 004, my problen will be solved if I somehow get the access to all the remaining (i.e., 001, 002 and 003) line items. Remember, this data is still not available at Database.

Could somebody help me on this.

Thanks and regards

Deep.

Accepted Solutions (0)

Answers (1)

Answers (1)

andreas_mann3
Active Contributor
0 Kudos

hi,

if you have made your subst. with TA <b>OBBH</b>,

please use event "<b>complete document</b>" instead of

line item

Andreas

Former Member
0 Kudos

Hi Andreas,

Could you tell me more about this, please....

Thats right, i have made substition with TA <b>OBBH</b>.

Here is the snapshot of OBBH Tranaction,

<u><b>CoCd CallPnt Substitution Description Activtn Level</b></u>

4001 2 XXXXX Substitution Rules 1

Thanks and Regards

Deep

andreas_mann3
Active Contributor
0 Kudos

Hi Deep,

you can program an user exit to get access

to all lines. have a look here:

http://help.sap.com/saphelp_47x200/helpdata/EN/5b/d231a843c611d182b30000e829fbfe/frameset.htm

Andreas