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

Bapi for transaction CO06

Former Member
0 Likes
2,761

Hi,

I am looking for a Bapi or function module that can do the same functionality as does transaction CO06 where we can update committed (confirmed) quantity of a network component. Please help!

Chuong

Hi,

I am looking for a Bapi or function module that can do the same functionality as does transaction CO06 where we can update committed (confirmed) quantity of a network component. Please help!

Chuong

14 REPLIES 14
Read only

amit_khare
Active Contributor
0 Likes
2,332

This FM - BACKORDER_PROCESSING is mentioned in one of the forum post for CO06, you may try it.

Read only

0 Likes
2,332

Hi Amit,

CO06 calls this FM and it is an online process which I am trying to avoid to use. I am also thinking of bdc technique but this might cause page switching overhead. Please help!

Read only

0 Likes
2,332

Hi expert,

Is there any existing Bapi or FM for CO06? Please help, thanks!

Read only

Former Member
0 Likes
2,332

Sometimes you're just stuck with batch input.

Rob

Read only

0 Likes
2,332

but it is too much of page switching if there are hundreds of rows.

Read only

0 Likes
2,332

>

> but it is too much of page switching if there are hundreds of rows.

Yup - but that's what we're paid for.

See if there's a position button or something similar to help with paging.

Rob

Read only

0 Likes
2,332

Unfortunately, there is no such button.

Read only

0 Likes
2,332

Or field at the bottom of the screen for entering a new item for the table control.

Rob

Read only

0 Likes
2,332

I checked and there is nothing relevant at the bottom of the screen.

Read only

0 Likes
2,332

What screen number?

Rob

Read only

0 Likes
2,332

tcode: CO06

program: SAPLATP4

screen: 0400

Read only

0 Likes
2,332

Can't you enter a new item in field RF61V-PANEW?

Rob

Read only

0 Likes
2,332

no, it is an output field only.

Read only

0 Likes
2,332

Hi Guys

Sorry to hijack this thread. We are trying to accomplish the same thing as Chuong - change the committed quantity as one would do in transaction CO06. Do we really have to do a BDC session (awkward with no obvious table controls), or has anybody discovered any cunning function modules or BAPI's to do this?

Thanks

Lyal

EDIT: Found the answer. The function module that we needed was SD_BACKORDER_UPDATE. Does everything we need - and more!

Edited by: Lyal Schumann on Jan 12, 2010 11:05 AM