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: 

USER-EXIT for FBCJ transaction

Former Member
0 Kudos

Hi there good people,

I'd like to ask You if there is some possibility to change button's functionality in FBCJ transaction. I mean 'post' and 'save' buttons.

I see there are no user-exits in FBCJ, (no CALL CUSTOMER-FUNCTION ...) so ... maybe You know some other way to catch the 'post' or 'save' action in code and make own code-enhancement ?

I'd be thankful for suggestions. Greeting. P.

6 REPLIES 6

Former Member
0 Kudos

Have you looked for a BADI?

Rob

0 Kudos

Hello,

I would like to know if there is a way to add a custom search help to the standard field BKPF-XBLNR (structure ISCJ_E_POSTINGS-DOCUMENT_NUMBER) in transaction FBCJ - Cash Journal, without modifying the standard program SAP ?

I mean, tryin to find a way to add the custom matchcode via BADI, user-exit, etc .

Thanks in advance.

José Gabriel.

Edited by: José Gabriel on Jun 2, 2009 8:57 PM

Former Member
0 Kudos

Hi Piotr,

look the badi avialable for the Transaction FBCJ..

to find the Badi attached to the Transaction..

go to T-code>se15>expand enhacements tabel>expand Business addins>enter package attached to t-code ( neter package :-CAJO) and execute..

you will find the badi attached to t-code..

BAdI Definition Description

CJ_DOCUMENT Change to External Document before Cash Journal Doc. Check

Regards,

Prabhudas

0 Kudos

BADI idea looks very interesting. We've got 4.6c system

I'm checking the SE15, I can see there:

-> tree (R/3 Repository Information Sys)

-> Envir.

->Exit techniques

-> Business Ad-ins -> here I'm choosing Definitions

In the selection screen I'm entering CJ_DOCUMENT into a Definition name field, press enter and got

No objects correspond to the selection criteria

(PS. When I choose SE18, and search for 'CJ*' I can only find the 'CJ_DSAL_FUNC - BADI for DSAL for Including Customer Functions')

So where can I find the CJ_DOCUMENT BADI? Or maybe I have no CJ_DOCUMENT BADI ?

Former Member
0 Kudos

Dear ,

you can use Badi CJ_DOCUMENT for ur requirement

fareed

Former Member
0 Kudos

Hi,

Kindly try one of the following options:

1- Write an enhancement implementation in function module ' FCJ_CHANGE_SAVED'. This gets called in FBCJ transaction.

(OR)

2- Use the BTE '00001120'

Hope this helps.