‎2010 Nov 22 6:11 PM
Dear all,
I have here one problem and I cant fix it!
in the TCODE KE51 I will create new Profit Center with BI.
my intertal BDCDATA table looks like the folowing entries
1 SAPLRKPM 0200 X
2 0000 BDC_CURSOR PRCT_V-PRCTR
3 0000 PRCT_V-PRCTR 1034504SSS
4 0000 BDC_OKCODE =YESThe problem what I have is, that by calling KE51 it doesent take my PRCT_V-PRCTR which is coming from my report!
In case of this it display an other Profit Center which is alllready exist!!!! This mean it stops in the first screen!
can anyone tell me where I did my mistake.
My last call is
opt-dismode = 'E'.
opt-defsize = 'X'.
* FINAL
call transaction 'KE51' USING bdcdata_tab OPTIONS FROM opt.Thank u very much!
Edited by: handeglo on Nov 22, 2010 7:12 PM
‎2010 Nov 24 9:10 AM