cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI/IDOC and pricing schema

Former Member
0 Kudos

Hii,

can any one explain me with details abut BAPI and IDOC .

What i spricing schema?

regards

Montee

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Pricing Schema is similar to pricing procedure which we use in SD module.

Pricing schema is a pricing procedure in the MM Module as well as IS-Retail.

Post your mail ID, I will send material on IDOC's

Regards

AK

Former Member
0 Kudos

Generally pricing schema is used in MM module

http://www.sap-img.com/materials/steps-for-mm-pricing-procedures.htm

Refer below for BAPI and IDOC

- IDoc (for intermediate document) is a standard data structure for electronic data interchange (EDI) between application programs written for the popular SAP business system or between an SAP application and an external program. IDocs serve as the vehicle for data transfer in SAP's Application Link Enabling (ALE) system. IDocs are used for asynchronous transactions: each IDoc generated exists as a self-contained text file that can then be transmitted to the requesting workstation without connecting to the central database. Another SAP mechanism, the Business Application Programming Interface (BAPI) is used for synchronous transactions.

A large enterprise's networked computing environment is likely to connect many geographically distributed computers to the main database. These computers are likely to use different hardware and/or operating system platforms. An IDoc encapsulates data so that it can be exchanged between different systems without conversion from one format to another.

IDoc types define different categories of data, such as purchase orders or invoices, which may then be broken down into more specific categories called message types. Greater specificity means that an IDoc type is capable of storing only the data required for a particular transaction, which increases efficiency and decreases resource demands.

An IDoc can be generated at any point in a transaction process. For example, during a shipping transaction process, an IDoc may be generated that includes the data fields required to print a shipping manifest. After a user performs an SAP transaction, one or more IDocs are generated in the sending database and passed to the ALE communication layer. The communication layer performs a Remote Function Call (RFC), using the port definition and RFC destination specified by the customer model. The IDoc is transmitted to the receiver, which may be an R/3, R/2, or some external system.

BAPI

BAPI (Business Application Programming Interface) is a set of interfaces to object-oriented programming methods that enable a programmer to integrate third-party software into the proprietary R/3 product from SAP. For specific business tasks such as uploading transactional data, BAPIs are implemented and stored in the R/3 system as remote function call (RFC) modules.

A good place to get started is this Introduction to BAPIs presented by sappoint.com.

SAP also provides this in-depth BAPI User Guide to help you master the basics. Terminology, rules for usage and prerequisites are included.

Also, SAP provides this BAPI Programming Guide

These definitions will help you to understand related terms used in this guide.

http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html

Message was edited by:

SHESAGIRI GEDILA