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: 

badi-----------

Former Member
0 Kudos

The purpose of this enhancement is to flag shipments where the Loading End status has failed to be set during RF loading . This flag can then be used to identify these shipments so that a scheduled job can attempt to re process them.

This process is Key to the business as the Loading End status triggers the PGI (post goods issue) that issues stock out of the DC into stock in transit.

This is checking that the shipment is being updated via RF This is the circumstance that we want to add our new code to, we do not want this enhancement to be active for shipments updated manually via VT02N.

HOW TO DEACTIVE THE ENHACE MENT WEN NOT UPDATED BY RF AND DONE MANUALLY

can any one help

1 REPLY 1

krishnendu_laha
Active Contributor
0 Kudos

Hi Friend,

BADI activation is not possible for specific transcations by configuration.

you have to check in code of BADI methods.

For entry in SAP from RF, it has specific transcations.

So in the code first check the enhancement is being called by those RF transactions or not. if not do not proceed.

Hope it will solve ur problem.

Regards

Krishnendu