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

Problem with BDC

masoud_ebrahimzadeh
Participant
0 Likes
2,480

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
Read only

mmcisme1
Active Contributor
0 Likes
2,316

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

Read only

0 Likes
2,316

Hi Michelle

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

Read only

mmcisme1
Active Contributor
2,316

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.

Read only

0 Likes
2,316

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

Read only

mmcisme1
Active Contributor
0 Likes
2,316

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.

Read only

0 Likes
2,316

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

Read only

Former Member
0 Likes
2,316

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.

Read only

0 Likes
2,316

Hi

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

Read only

0 Likes
2,316

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.

Read only

Former Member
0 Likes
2,316

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

Read only

Former Member
0 Likes
2,316

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