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: 

neep help in analyis batch problem

Former Member
0 Kudos

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 .

3 REPLIES 3

andreas_mann3
Active Contributor
0 Kudos

hi,

try to process dynpro again after table control-maxlines

with the corresponding ok-code (enter or pgdown)

A.

Former Member
0 Kudos

You can use the "item" field (RM06E-EBELP) to position to any item.

Rob

Former Member
0 Kudos

what u do is use P+ functionality and after 90 record set tabix to 1 and once again do the postings.