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 to be done In FBCJ

Former Member
0 Kudos

Hi Gurus,

I have an requirement where i need to do validation for combination of cash journal number and profit center(item level) which i will be maintained in a

'ZTABLE' whenever user will post or save it should throw an error that combination mismatch.

can anyone suggest me any exit or badi for dame or any BTE

3 REPLIES 3

Former Member
0 Kudos

Hi Vipin,

can you please check the BADI CJ_DOCUMENT.

Thanks,

Sree

0 Kudos

i already checked that BAdi i kept break-point also but it is not getting triggered

VenkatRamesh_V
Active Contributor
0 Kudos

Hi Vipin,

Try,

Find the standard program name using SE 93

click Enhance Icon

Inside the program right click->Enhancement operations ->Show Implicit Enhancement Operations.

Create Implementation and add your customized code.

Regards,

Venkat.