2006 Jul 07 11:29 AM
hi all,
I am recording a view and it is working fine upto 11 records . 12 th record i am getting disable screen .
if i give from records in next try it accepting the values and again stooping at 11 th record
i am clicking 'NEXT ENTRY' .
is there any restrictons on that , it will accept only 11 records .
please help .
2006 Jul 07 11:32 AM
hi,
which trx?
-> for programming a table control / step loop in bdc
you have to programm the browsing (page down) - normally it's ok-code '/00'
example:
ERG = BUZEI MOD 11.
again *process dynpro after 11 entries
IF ERG = 1.
PERFORM BDC_DYNPRO USING 'SAPMF10B' '0150'.
ENDIF.
...
IF ERG = 0 .
PERFORM BDC_FIELD USING 'BDC_OKCODE' '/00'.
CLEAR BUZEI.
ENDIF.
A.
Message was edited by: Andreas Mann
2006 Jul 07 11:36 AM
2006 Jul 07 11:42 AM
Hi reddy ,
Y do u want to do recording for this VIew , U can dirctly use Commands Like INSERT / UPDATE / MODIFY.
Regards
Prabhu
2006 Jul 07 11:34 AM
Hi Sridhar,
I think the view for which you are doing the bdc has only 11 entries at that particular time and hence the limitation.
Regards,
Ravi