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

Which BAPI is using in BUS1012/CRETAE FROM DATA1?

Former Member
0 Likes
411

Hi Experts,

1) Pls. let me know that, Which BAPI is using in the following object,

BO: BUS1012

Method - CREATEFROMDATA1

Message Type - PORDCR1

Basic Type - PORDCR101.

2 ) Can I use the same BAPI to create a REPORT prog., for the purpose of uploading my_purchase_orders_internal_table OR is there any complications?

3) Or Wht is the tx code to see the METHODS?

thanq

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
363

I only have the "create" method.

BAPI_ROUTING_CREATE

Type de message

ALE ROUTING_CREATE

Just double click on the method name to jump to the right place

You can use these bapi's in your own upload program, no issue with that

Hi Experts,

1) Pls. let me know that, Which BAPI is using in the following object,

BO: BUS1012

Method - CREATEFROMDATA1

Message Type - PORDCR1

Basic Type - PORDCR101.

2 ) Can I use the same BAPI to create a REPORT prog., for the purpose of uploading my_purchase_orders_internal_table OR is there any complications?

3) Or Wht is the tx code to see the METHODS?

thanq

1 REPLY 1
Read only

Former Member
0 Likes
364

I only have the "create" method.

BAPI_ROUTING_CREATE

Type de message

ALE ROUTING_CREATE

Just double click on the method name to jump to the right place

You can use these bapi's in your own upload program, no issue with that