cancel
Showing results for 
Search instead for 
Did you mean: 

Userexit names required Post goods issue

Former Member
0 Kudos

Dear all,

Need to know the user exits available at the time of PGI and at the time of creation of accounting documents during Post good issue.

Need to change some values in the accounting document at the time of posting only at the time of Post goods issue.

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

ferry_lianto
Active Contributor
0 Kudos

Hi Siva,

Please check user exits userexit_save_document in program MV50AFZ1.

This exits will be called when you select the PGI button.

You can code something like this.


IF FCODE = 'WABU_T'.
  ...
ELSE.
  ...
ENDIF.

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

Answers (1)

Answers (1)

Former Member
0 Kudos

Fierry,

Thanks for your helpful answer.But i need something more specific user exit at the time of creation of accounting document. So that ican have better control in changing the values. Appreciate ur help.

Thanks,

Siva.

jonathanzhang2
Active Participant
0 Kudos

Hi Siva,

The user exit during post goods issue will have no effect on the creation of accounting document.

When you post goods issue, material document first created. During this time, the system will determine if an accounting document should be generated. For example, for MT601, if the material cost is zero, then no accounting. You can try enhancement MB_CF001 in SMOD.

Regards

Jean

Former Member
0 Kudos

Hi Siva

to finde the right exit the following thread may be helpfull

Regards

Bernd