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: 

purchase orders

Former Member
0 Kudos

hi gurus,

i am assigned the task of uploading the purchase orders into ECC 6, from an excel sheet,

which where extracted from 4.7,

i was asked to make use of standard sap program through LSMW for purchase orders,

can some one help me identify this standard program, and also help me with some steps.

thank you.

5 REPLIES 5

naimesh_patel
Active Contributor
0 Kudos

Use the Business Object Mehtod (BAPI) in the LSMW step 1.

Select the business object BUS2012.

Method CREATEFROMDATA1

Regards,

Naimesh Patel

Former Member
0 Kudos

Check the following object:

Business object BUS2012 - Purchase Order

Method CREATEFROMDATA

Message type PORDCR

Basic type PORDCR04

Former Member
0 Kudos

thank you friends for your valuable input, i will surely try your way , but actual for trial i started through the direct input way , using

object 0085 -> purchase order

method 0001 -> purchase order

program name: RM06EEI0

program type D

but i am struck at the declaring the source fields.

the input excal sheet has the filed EKPO-MENGE which is a quantity type,

how do i declare this quant type.

thank you.

0 Kudos

Declare the field with some description and declare as Char with 13

0 Kudos

I haven't used this program, but it appears well documented. Have you checked that? Please see structures MBEPOH and MBEPOI.

Rob