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: 

User exit for MIGO and Ml81N to add A prompt when GRO never attach the DO/Service Report

siongchao_ng
Contributor
0 Kudos

Hi all,

Anyone done anything about the following:

Any userexit to recommend?

additional request to change the setting for Transaction code: MIGO for Goods Receipt and ML81N for Service Entry Sheet.

  • -A prompt when GRO never attach the DO/Service Report during the posting of GR/Service Entry Sheet.

SAP will not allow them to post the GR/Service Entry Sheet until they attach the DO/Service Report

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

Did you already try

  • Goods Movement: BAdI such as MB_MIGO_BADI - CHECK_ITEM 'Check Item Data of Goods Movement'
  • Service Entry Sheet: Enhancement such as SRVESLL - EXIT_SAPLMLSP_031 'Check ESLL Data After Checking'

0 Kudos

Hi Giuseppi,

Thanks for the highlight here.

A prompt when GRO never attach the DO/Service Report during the posting of GR/Service Entry Sheet

How would I know when a user never attach the so-called DO/Service Report? Any indicator/variable/tables to know whether user did attach or no attach? You done anything like this before?

0 Kudos

I will suppose you are asking for GOS attachment?

There are some classes to find any attachment, in a very recent/up-to-date system look at class cl_gos_check_atta, in older system look for cl_binary_relation=read_links.