cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit for PCPO0001

Former Member
0 Kudos

Hi All,

This user exit is used to modify the symbolic account . This is supposed to be triggered when the FI postings are performed specially for Loan wage types like /LRP, LID and post the respective amounts to respetive symbolic accounts as defined in User Exit. I placed a breakpoint in the user-exit , and observed that it is not executed and the posting are not done. So the balance sheet is not tallying. I am sending a sample code which i have written in it..

if rt-lgart = '/LRP'

or rt-lgart = '/LEP'

or rt-lgart = '/LOP'

or rt-lgart = '/LID' .

case v0-vinfo+0(4).

when '9HL4'.

KOMOK_MOD = '9549'.

when '9HL6'.

KOMOK_MOD = '9550'.

when '9HL7'.

KOMOK_MOD = '9551'.

when '9HL8'.

KOMOK_MOD = '9552'.

when '9CA1'.

KOMOK_MOD = '9553'.

when '9FRL'.

KOMOK_MOD = '9554'.

endcase.

Thank in advance.....

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Good Mourning Nageswararao Bellamkonda,

I think that you forgot copy the "Endif." clausule.

First, check if the extension project is activated, and the User exit Code is Ative.

After that use Move Command to assign the value to field KOMOK_MOD.

I hope that it can help you.

regards,

Yuhalbert Graterol