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: 

CO11N EXIT OR BADI?

Former Member
0 Kudos

Hello

experts

I have ba requirement that in tcode mfbf the user cannot post in previous day comparing with current date.

If posting date is less than 3 days from current date posting wil not happen and goods movement will not occur.

Please help.

I have to deliver the project soon.

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please find all the User Exits for Co11n.

CONF0001 Enhancements in order confirmation

CONFPI01 Process order conf.: Calculate cust.specific default va

CONFPI02 Process order confirmation: Customer spec. input checks

CONFPI03 Process order conf.: Cust. spec. check after op. select

CONFPI04 Process order conf.: Customer specific input checks 2

CONFPI05 Process order conf.: Cust. spec. enhancements when savi

CONFPI06 Process order confirmation: Actual data transfer

CONFPM01 PM/SM order conf.: Determine cust. specific default val

CONFPM02 PM/SM order confirmation: Customer specific input check

CONFPM03 PM/SM order conf.: Cust. spec. check after op. selectio

CONFPM04 PM/SM order conf.: Customer specific input check 2

CONFPM05 PM/SM order conf.: Cust. specific enhancements when sav

CONFPP01 PP order conf.: Determine customer specific default val

CONFPP02 PP order conf.: Customer specific input checks 1

CONFPP03 PP order conf.: Cust. specific check after op. selectio

CONFPP04 PP order conf.: Customer specific input checks 2

CONFPP05 PP order conf.: Customer specific enhancements when sav

CONFPP06 PP Order Confirmations: Actual Data Transfer

CONFPP07 Single Screen Entry: Inclusion of User-Defined Subscree

CONFPS01 PS confirmation: Determine customer specific default va

CONFPS02 PS confirmation: Customer specific input checks 1

CONFPS03 PS confirmation: Customer specific check after op. selection

CONFPS04 PS confirmation: Customer specific input checks 2

CONFPS05 PS confirmation: Customer specific enhancements when saving

Regards,

Guru

muthusamy_sankaran
Active Contributor
0 Kudos

Hi,

Implement the BADI - WORKORDER_GOODSMVT in this there is method

GOODS_RECEIPT or MANUAL_GOODS_RECEIPT under that

if_ex_workorder_goodsmvt~manual_goods_receipt.

-


endmethod.

Regards,

Sankaran