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: 

BAPI_REQUISITION_CREATE

Former Member
0 Kudos

I'm writing application which call BAPI_REQUISITION_CREATE

I dont know what input values to pass to BAPI_REQUISITION_CREATE

to get any reasonable output

I'm always getting empty table or any error message

7 REPLIES 7

jayanthi_jayaraman
Active Contributor
0 Kudos

Hi,

Check this Source code of Function module CKEX1_REQU_EXECUTE.They are using that BAPI.May be that can help you.

Former Member
0 Kudos

Hi Jurajko,

see this thread.

populate the item table correctly, FM will work.

Reg,

Arpit

One more thing check your values for Material Customer etc.should contain leading zeros.

Message was edited by: Arpit Nigam

0 Kudos

but i don't know what values to put into item table

Aren't there any universal(default) values for testing purposes??

I have no concrete values, i just wanna test it

0 Kudos

Hi ,

Do you have any MM consultant with you?

You can go to TC ME51 and create one POR. When you will do this track all value which you have put to create POR.

Same you need to give in REQUISITION_ITEMS table.

Hope!! through this you will find out.

Reg,

Arpit

Former Member
0 Kudos

Hi,

there is a good comment by Arpit.

Create a PR by using ME51 or ME51N.

Run FM BAPI_REQUISITION_GETDETAIL and you see which data to use. Data is already in proper format.

Christian

0 Kudos

Hi,

PR's are stored in table EBAN.

You can use SE16 to find one.

Christian

Former Member
0 Kudos

I know its late..

But follow instructions of OSS note 420331.

I have a question regarding PR, I need to load Pricing conditions, what FM should i Use...

Regards,

Benjamin