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: 

How to Data Transfer from ABAP Code to CO11n

Former Member
0 Kudos

Hi Anybody,

I want Data Transfer from Abap code to CO11N Using Call Transaction.

I Want transfer Order number , Item Number, Yield Qty, Scrap Qty and Work Center from ABAP Code into CO11n SAP Screen.

How do i Transfer? Can u please Anybody tell me... Urgent..

Thanks

S.Muthu..

1 REPLY 1

Former Member
0 Kudos

Hi,

First step: go to TCode SHDB and create new recording (press F5), a window will pop up.

Next step: fill name of your recording(begin with Z). Your transaction code "CO11n".

Click on Start recording.

Next step: Program screen of TCode CO11n will be appeared. You should go to fill: Order number , Item Number, Yield Qty, Scrap Qty....

After all filled, you press save button (finish TCode CO11n). You will be bring back to TCode SHDB.

Next step: at current screen, click on save button & go back.

Next step: select your recording and press (Shift+F5) to create a program.

After your program is created successful. You can access code of your program to change these values of Order number , Item Number, Yield Qty, Scrap Qty....

Regards,

Gy