‎2006 Feb 20 7:17 AM
Hi Experts,
I want to create a cutomize BAPI.That has to show all content of CDCHR & CDPOS table. Input parameters are Transaction Code (CDHDR.TCODE) & date (CDHDR.UDATE).
Can anyone help me to do this.
with regadrs,
Silviya T
‎2006 Feb 20 7:21 AM
Hi,
Why do you want a BAPI ? why don't you want a simple RFC ?
Rgd
Frédéric
‎2006 Feb 20 8:35 AM
Hi Frédéric ,
can we use RFC? how? Please explain all steps.
thanks & regards
Silviya T
‎2006 Feb 20 8:05 AM
Hi,
Create the function module (using SE37) with your functionality. (Select statement).
Using SWO1 create the business Object, with method with any name, eg get_CDHDR data etc. The method should be configured to point to ABAP (tab) and function module or API function) pointing to earlier FM.
Then assign the function module to method of your Business Object.
Done, your code is now ready.
Regards
Kiran