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: 

Validation in Transaction FB75

Former Member
0 Kudos

Hi ,

I need to do a validation in Transaction FB75 ( Creating Credit Memos ). The validation is for the Customer and Document Type . I tried userexits

F050S001,F050S002,F050S003,F050S004,F050S005,F050S006,F050S007,

F180A001,FARC0002,RFAVIS01,RFEPOS00,RFKORIEX,SAPLF051

but they are not getting executed .

I found the BADI_FDCB_SUBBAS01 , but this already has a Standard SAP implementation and is not for Multiple Use . Is there any way to use this BADI ?

Is there any enhancement for this validation ?

Regards,

2 REPLIES 2

Former Member
0 Kudos

Hi Prabhu,

Just deactivate the existing BADI Implementation and create new implentation for that BADI and activate it.

Reward if this helps,

Satish

Former Member
0 Kudos

Hi Satish ,

When after deactivating the Standard Implementation , I implemented a 'Z' implementation ,the break-point coded in my implementation is not getting called . What could be the reason ?

Break-points do get called in BADIs , right ?

Regards,