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

P+ operator

Former Member
0 Likes
710

hi gurus...

plz explain how to use the P+ operator in bdc line items..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
600

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

4 REPLIES 4
Read only

matt
Active Contributor
0 Likes
600

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.

Read only

Former Member
0 Likes
600

hi matthew thanks for ur reply...

perform bdc_field using 'BDC_OKCODE'

'=P+'.

should i code as mentioned above???

Read only

matt
Active Contributor
0 Likes
600

Yes

Read only

Former Member
0 Likes
601

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