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: 

Problem with BDC

masoud_ebrahimzadeh
Participant
0 Kudos

Hi

I Create BDC Migration ,But When it comes to the Grid,It stops Because it not find My row and cannot Scroll to row , How do that ?


2017-12-05-03-12-55-ب.png

11 REPLIES 11

mmcisme1
Active Contributor
0 Kudos

What transaction is this? Someone might have the page down command you need.

0 Kudos

Hi Michelle

CO01 for Create production Order ,I want select row 34 but Apparently BDC Cant not Scroll down

mmcisme1
Active Contributor

You have 2 options.

1. Run SHDB for the transaction and page down / scroll down. That should give you the answer you need.

2. Run debug and then look at sy-ucomm.

It could be =PNPG.

Please also try searching - I did a quick search, it wasn't as easy to find as I had thought. Here's what will find your answers in a search:

sap bdc new production order page down site:archive.sap.com

This will also give you more code if you need it.

0 Kudos

Hi

I search Before

when you have several line to migrate And The numbers are not burst , you do not know How many times should you press the key ,Anyway thank for your Reply

mmcisme1
Active Contributor
0 Kudos

After each record entered execute a page down. Then you will always be on either line one or two. I can't remember what page down does to that screen.

I think there might be a BAPI available as well. That is a much better way to go - if there is one. I'm seeing BAPI_PRODORD_CREATE. But I'm on an old system.

0 Kudos

Hi thanks

Michelle : I before try API_PRODORD_CREATE , and this set group counter 1......

this page Not entirely true ,Because if your record is on the last page , 'RIPW0-SERNR(01)'. Gets into trouble .

finally I Develop some Abap code ...

Thanks again to everyone

Former Member
0 Kudos

When you did the recording, did you record the picking of the item from your grid?

If yes then it will autoamaticaly do that.

BDC always works how you perform your recording in the fist stage.

0 Kudos

Hi

As you see in the picture below , I have done this ,But the first 6 records are understandable

0 Kudos

Recording will capture scroll down when you press 'Page Down' key while doing recording.

It will come as 'P+' in the recording.

Now the problem with BDC is whatever items you have captured in recording, same number of items you can change while running it. There is no dynamic selection thing present in BDC.

Former Member
0 Kudos

If it is an item level data filling Put one Loop and add the row level(count wise).

Former Member
0 Kudos

Put One Loop and increase the count PLKO-PLNAL and fill the data.