Application Development and Automation 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: 
Read only

Batch Input error

Former Member
0 Likes
398

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	=YES

The 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

1 REPLY 1
Read only

Former Member
0 Likes
328

To late and no feedback