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 create transfer requirement - LB01

Former Member
0 Likes
3,306

Dear friends:

Is there BAPI to create transfer requirement?

Thanks!

Regards

Samuel

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,751

Hi,

<b>BAPI BAPI_GOODS_MOVEMENT_CREATE</b> will create a Material Document as well as a Transfer Request.

Check the FM's <b>'L_TO_CREATE_SINGLE'</b> or

<b>'L_TO_CREATE_MULTIPLE'</b>

Regards

Sudheer

Dear friends:

Is there BAPI to create transfer requirement?

Thanks!

Regards

Samuel

3 REPLIES 3
Read only

Former Member
0 Likes
1,752

Hi,

<b>BAPI BAPI_GOODS_MOVEMENT_CREATE</b> will create a Material Document as well as a Transfer Request.

Check the FM's <b>'L_TO_CREATE_SINGLE'</b> or

<b>'L_TO_CREATE_MULTIPLE'</b>

Regards

Sudheer

Read only

Former Member
0 Likes
1,751

hi

good

try this

BAPI_FIXEDASSET_OVRTAKE_CREATE BAPI for Legacy Data Transfer

BAPI_INTERNALORDER_CREATE Create Internal Order From Transferred Data

BAPI_PDTRANSCO_CHECKACTINPUT Plan data transfer: Check activity input

http://www.planetsap.com/LIST_ALL_BAPIs.htm

thanks

mrutyun^

Read only

Former Member
0 Likes
1,751

Hi

Try this BAPI-BAPI_ISMTRANSFERREQUEST_CREATE and fill all the input parameters.

This BAPI is for create transfer requirements.

In SD

Use this FM-ISM_SD_CREATE_TRANSFER_REQUEST

to create transfer req.But this is not a BAPI.So create one ZBAPI by merging the BAPI-ISM_SD_CREATE_TRANSFER_REQUEST

and BAPI_TRANSACTION_COMMIT.

Mark points if helpful.

Regs

Manas Ranjan Panda

Message was edited by:

MANAS PANDA