cancel
Showing results for 
Search instead for 
Did you mean: 

RFC details

Former Member
0 Kudos

Hi....

.

Can you please provide which type of RFC i have to use for the below details.

1.Check for Material Availability in Stores

2.Warehouse Planning for finished goods and raw materials.

3.Supplier Selection

4.Get Quotation from Suppliers.

5.Finalize Suppliers.

6.Calculate Material Cost

And please tell what are the input and output fields for the RFC specified.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

better to post in abap forum as well

Answers (2)

Answers (2)

Former Member
0 Kudos

here is complete list of bapi's in the mean time you can search

http://www.sapbapi.com/bapi-list/

Former Member
0 Kudos

Hi,

Each step you have mentioned is a business process. you need analise each one seperately. Fist you have to decide on user interaction at each stage. You check using Tcode BAPI in R3 for required BAPIs. Then create functional modules to call each one of them. For example you see the below given BAPI for material Vavailability.

BAPI_MATERIAL_AVAILABILITY

you open the BAPIs and see for required input and out fields and plan.

Hope this will help you

Venkat