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

BDC Pagedown issue

Former Member
0 Likes
667

In Transaction EC55E, creating move-out-documents.

When i try to enter values for 'Meter Readings', i am not able to actiiate the Scrolling down.

Function keys - 'P+','POAN' dont work either. Any other suggestion people ?

Thanks,

Ram

In Transaction EC55E, creating move-out-documents.

When i try to enter values for 'Meter Readings', i am not able to actiiate the Scrolling down.

Function keys - 'P+','POAN' dont work either. Any other suggestion people ?

Thanks,

Ram

5 REPLIES 5
Read only

former_member181966
Active Contributor
0 Likes
633

Did you try to do "P+" from menu ? Is there any option ... if not you probably need to do like ....

perform sub_bdc_dynpro using <b>'your prog'</b> '<b>screen</b>'.

PERFORM sub_bdc_field USING :

'BDC_OKCODE' '=P+' .

perform sub_bdc_dynpro using <b>'your prog'</b> '<b>screen</b>'.

PERFORM sub_bdc_field USING :

'BDC_OKCODE' '=P+' .

So on....

Hope this’ll give you idea!!

<b>Pl... award the points.</b>

Good luck

Thanks

Saquib Khan

"Some are wise and some are otherwise"

Read only

0 Likes
633

As i mentioned earlier P+ and POAN doesnt work in the BDC. as the menu doesnt support them. Even when i record the transaction the ok-code is stored as '/00'. Which in BDC literally does nothing.

Read only

Manohar2u
Active Contributor
Read only

Former Member
0 Likes
633

Is there a box at the bottom of the screen that allows you to enter a line number? If so, you can enter the number of the last item entered. It should bring that item to the top and open up the other lines.

If not, check to see if there is something like a 'position' function somewhere in the menu on that screen.

Rib

Read only

0 Likes
633

There is no box to enter line number. the MENU too doesnt have pagedown/pageup functions.

Please guys am running short on time to complete my object. And this issue alone is holding me !

Would appreciate all the help.

Thanks

Ram.