‎2008 Jul 18 3:56 PM
hi gurus...
plz explain how to use the P+ operator in bdc line items..
‎2008 Jul 19 7:20 AM
Hi,
You need to populate the bdc_okcode '=P+'.
And also reset the counter variable used to increment the index of the line item to 2.
some thing like this...
suppose your table control display is having 9 lines and you want to enter 10 line item...
if counter > 9.
perform bdc_field using 'BDC_OKCODE' '=P+'.
counter = 2.
endif.
regards
padma
‎2008 Jul 18 3:57 PM
Specify as an okcode and it will scroll the screen/table/object one page forward. Usually. it depends on the transaction that you've recorded.
‎2008 Jul 18 4:02 PM
hi matthew thanks for ur reply...
perform bdc_field using 'BDC_OKCODE'
'=P+'.
should i code as mentioned above???
‎2008 Jul 18 8:02 PM
‎2008 Jul 19 7:20 AM
Hi,
You need to populate the bdc_okcode '=P+'.
And also reset the counter variable used to increment the index of the line item to 2.
some thing like this...
suppose your table control display is having 9 lines and you want to enter 10 line item...
if counter > 9.
perform bdc_field using 'BDC_OKCODE' '=P+'.
counter = 2.
endif.
regards
padma