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: 

How to update CJ34? (Budget Transfer)

Former Member
0 Kudos

Hi all!!!

I need help again!

I'm trying to make the initial load in CJ34 (Budget Transfer).

But I can't find the way to do it. BAPI?

Function?

I'm currently debbuging the CJ34.

Thanks a lot!

MRosa

3 REPLIES 3

Former Member
0 Kudos

Please see BAPI_0050_CREATE

However, this for FM budgets. It appears you are creating CO budgets, so I doubt if this will help.

Rob

Edited by: Rob Burbank on Oct 16, 2008 2:50 PM

former_member585060
Active Contributor
0 Kudos

Hi,

Try this BAPI

BAPI_0050_CREATE

Regards

Bala Krishna

Former Member
0 Kudos

Hello everybody!

I found the solution to this problem!

Run the function:

CALL FUNCTION 'KBPP_EXTERN_UPDATE'

EXPORTING

IMP_TCODE = BPIN-TCODE ( = CJ34 )

IMP_COMMIT = ON ( = 'X' )

TABLES

IMP_BPAK = BPAK_EXP (Values for

IMP_BPAK_PER = BPAK_EXP_PER.

Table BPAK_EXP=

S_OBJNR (N° Transmitter)

E_OBJNR (N° Receiver)

S_GJAHR

E_GJHAR

S_PROFIL

E_PROFIL

WERT

and TWAER.

Good Luck!

MRosa