cancel
Showing results for 
Search instead for 
Did you mean: 

User exit when choose default or without default settlement rules

yoppy_santoso
Participant
0 Kudos

Hi All,

Is there user exits for event click button when maintain settlement rules?

Like the picture.

Thank's.

Accepted Solutions (0)

Answers (3)

Answers (3)

NTeunckens
Active Contributor
0 Kudos

Traditional way could be going for ABAP Development :

User-Exit "ZXWOCU24".
Function "EXIT_SAPLCOI1_027".

See the following SAP-Notes on relevant info and Code Sampes :

  • Note 1832067 "Create settlement rule to a profitability segment with enhancement IWO10027"
  • Note 426199 "Allocation of RE settlement rule to PM order"
  • Note 195607 "FAQ: Default settlement rule for PM/CS order"


As an alternative : If you are on a recent SAP-System and are in the habit of Activating "Business Functions", a Non-Development way would be to use a Recent innovation "Customizing for default settlement type". Business Function "LOG_EAM_CI_13" needs to be activated. More info could be found in SAP-Note 2699891 ...


Hope this helps

Nic T.

pavan_kumarcs
Active Participant
0 Kudos

Hi Nic,

Where can I get information/documentation on Business Function LOG_EAM_CI_13 ?

NTeunckens
Active Contributor
0 Kudos

            Did a quick search, but little information is currently documented properly, I feel. These are pretty recent Enhancements after all.

              Searched on "LOG_EAM_CI_13" on SAP-Help website, but only went up to "LOG_EAM_CI_12".

              SAP-KBA search via SAP ONE Support only gave 2 references from specific additional functions.

              A good way to keep up is to follow the Summarizing Blog by stephan.bantlin#content:blogposts on recent innovation. As Stephan would urge, you can participate in "Customer Influence and Addoption" by SAP and actively contribute to new Business Functions to be developed. On that forum you get access to Presentations about progress / lab previews / first mentions of these Enhancements.

              If provided with the necessary Authorizations, you can access Transaction "SWF5" in your System and browse the different Business Functions ...

              MTerence
              Active Contributor
              0 Kudos

              Hi Yoppy,

              No, May be you need to check in ABAP forum

              Regards

              Terence

              MTerence
              Active Contributor
              0 Kudos

              Hi Yoppy,

              Have you tried this below User exit

              IWO10027 User exit: Generate user-defined settlement rule

              I am dont think there is any user exit to directly suppress it, but this will help you to generate Settlement rule, hopefully, it will not hit the pop-up which you have shown based on the code logic.

              Regards

              Terence

              yoppy_santoso
              Participant
              0 Kudos

              Are u have sample code please?
              Or which parameters should be filled?