Dear Experts,
I want to change original budget Tcode: "CJ30" via Functional Module "KBPP_EXTERN_UPDATE_CO", after execute, I got the Error Message "Controlling area does not exist". but I can't find any field about CO Area in the structure of this FM.
By the way if I try to change it with tcode "CJ30", it work!!!. Please advise.
This is my sample test data directory in SE37:
I_BUDGET_ACTIVITY = 'KBUD'.
I_BUDGET_ACTIV_SUP_RET
I_COMMIT_DATA
I_DELTA_AMOUNTS = 'X'.
I_ROLLUP_DATA = 'X'.
I_CHECK_PLAN_DATA = 'X'.
I_APPLICATION = 'P'.
I_COMMIT_ALL = 'X'.
IT_BPAK-S_OBJNR = "PR00000514".
IT_BPAK-S_GJAHR = "2011".
IT_BPAK-WERT = '20000.00".
IT_BPAK-TWAER = 'THB".
Thanks in advances,
Sam