2007 Jan 08 9:46 AM
i run batch on transaction 'me32k' ,
i have to insert 200 lines of agreement ,
i get error after line 90 ,
in line 100 i get error :
cursor field EKPO-BPRME(100) does not exist in the screen .
This is my program line :
concatenate 'EKPO-BPRME' '(' COUNTR1 ')' into txt .
PERFORM BDC_FIELD USING 'BDC_CURSOR'
txt . "' EKPO-BPRME(02)'.
The content of COUNTR1 is 100 .
i tried also to insert 010 and 001 , didn't help .
if i run the batch in mode 'E' , and i push it "press enter" the process
proceed and insert the line .
thanks .
2007 Jan 08 1:39 PM
hi,
try to process dynpro again after table control-maxlines
with the corresponding ok-code (enter or pgdown)
A.
2007 Jan 08 2:42 PM
You can use the "item" field (RM06E-EBELP) to position to any item.
Rob
2007 Jan 08 3:09 PM
what u do is use P+ functionality and after 90 record set tabix to 1 and once again do the postings.