Hi experts i need bapi related to promotion

i need a bapi to upload promotion and change promotion please help

Hi,
Please go throgh the BAPI below:-
BAPI_PROMO_CHANGE    -->  You use this method to change the detailed data of a promotion.
BAPI_PROMO_CREATE     --> Create from Data
Regards
Sandipan

Similar Messages

  • I Need BAPI to get partners, product, Product category in CRM

    Hi Experts,
    I need bapi to get all partner detials, All product detials, all product category details.
    I found one bapi(BAPI_CRM_PRODUCT_GETLIST) to get product.But we should give the product category as import field. But i need with out any input should generate all product details. These bapi we will use in crm to create Opportunity.
    Please any one help me...........
    Thanks,
    Sunil

    COM_PRODUCT_CATEGORY_CHECK_ALL
    COM_PRODUCT_CATEGORY_API
    COM_PRODCAT_API_GET_PRODUCTS
    COM_PRODUCT_BASE_CATEGORY_READ
    COM_PRODUCT_CATEGORY_API_FREE
    COM_PRODUCT_CATEGORY_GETLIST
    COM_PRODUCT_CATEGORY_F4
    COM_PRODUCT_CATEGORY_APPL_F4
    COM_PRODUCT_CATEGORY_F4
    COM_PRODUCT_CATEGORY_F4_HIERI
    COM_PRODUCT_CATEGORY_F4_PRREF
    COM_BSP_PRODUCT_GUID_GET
    BAPI_CRM_PRODUCT_GETLIST
    BAPI_PPRODUCT_READMULTIPLE
    COM_PRODUCT_CHANGEM
    COM_PRODUCT_CREATEM
    COM_PRODUCT_FREE
    COM_PRODUCT_GUID_GET_INTERNAL
    COM_PRODUCT_MAINTAIN_INIT
    COM_PRODUCT_MAINTAIN_READ
    COM_PRODUCT_MAINT_CHECK_ON_DB
    COM_PRODUCT_READ_MULTIPLE
    COM_PRODUCT_READ_SINGLE
    COM_PRODUCT_READ_SINGLEM
    COM_PRODUCT_READ_VIA_RFC
    COM_PRODUCT_SAVE
    COM_PRODUCT_SAVE_LOCAL_END
    COM_PRODUCT_SAVE_LOCAL_START
    COM_PRODUCT_GET_PARTNER_PROC
    COM_PRODUCT_GET_REFERENCE_PROD
    COM_PRODUCT_GUID_GET
    COM_PRODUCT_HISTORY_GET
    COM_PRODUCT_ID_GET
    COM_PRODUCT_GETLIST
    COM_PRODCAT_API_GET_PRODUCTS
    COM_PRODUCT_BASE_CATEGORY_REA
    COM_PRODUCT_CATEGORY_API_FREE
    COM_PRODUCT_CATEGORY_GETLIST
    COM_PRODUCT_GETDETAIL_API
    COM_PRODUCT_GETDETAIL_INTERNAL
    COM_PRODUCT_GETHISTORY_API
    COM_PRODUCT_MAPPING_MODULE
    COM_PRODUCT_GET_PRODUCT_STATUS
    COM_PRODUCT_GET_SALES_STATUS
    COM_PRODUCT_HANDLE_ARCHIVE
    COM_PRODUCT_HANDLE_RECAT
    COM_PRODUCT_MOBILE_CHANGE_BDOC
    COM_PRODUCT_SET_CHANGED_FIELDS
    COM_PRODUCT_SET_SENDBITS_TASK
    COM_PRODUCT_SET_UPDATE_TYPE
    COM_PRODUCT_VAR_MAP_TO_BDOC
    COM_PRODUCT_CHECK_DELETED
    COM_PRODUCT_MAINTAIN
    COM_PRODUCT_MAINTAIN_GETSTATUS
    COM_PRODUCT_MAINTAIN_GET_CC
    COM_PRODUCT_MAINTAIN_RESSTATUS
    COM_PRODUCT_MAINTAIN_RES_CC
    COM_PRODUCT_MAINTAIN_SETSTATUS
    COM_PRODUCT_MAINTAIN_SET_CC
    COM_PRODUCT_MAINTAIN_STATUS
    COM_PRODUCT_SAVE_DB
    COM_PRODUCT_GET_TABLES
    COM_PRODUCT_UI_GETDETAIL
    CRM_PRODUCT_GETDETAIL_API
    CRM_PRODUCT_GETLIST2
    CRM_WAP_PRODUCT_GET_CATEGORY   Get Hierarchy and Category of a product
    CRM_WAP_PRODUCT_GET_DETAILS    Get ID,descrion,UOM, Price of a product
    CRM_WAP_PRODUCT_GET_LIST       Get product list from  favorit
    CRM_WAP_PRODUCT_GET_PPR        Get the prp product list for a partner
    COM_PRODUCT_GET_CDB_TABLES
    This is all FM Related to Product deatils Fetching..Hope it will help you

  • Need Bapi or IDOC to insert data into FB60 T-Code

    Hi Experts,
    I need Bapi or standard IDOC to insert data in to FB60 T-Code.
    Thanks in advace
    Krishna

    Hi,
    Thanks for the reply i cant find this fileds.
    INVFO-ACCNT
    LFA1-NAME1
    INVFO-XBLNR
    INVFO-XREF1
    INVFO-XREF2
    INVFO-BLDAT
    INVFO-DMBTR
    ACGL_ITEM-HKONT
    ACGL_ITEM-AUFNR
    ACGL_ITEM-KOSTL
    Thanks,
    Krisna

  • Need BAPI program to upload PO creation with flatfile having HEADER N  ITEM

    Hi abap experts,
    I Need sample BAPI program to upload PO creation(ME21) with flatfile having HEADER AND   ITEM datas.
    arun

    Hi,
    Look at the below links
    Re: BAPI_PO_CREATE1 and net price
    Re: Using BAPI_PO_CREATE1 : Linking service, and account assignment
    Regards
    Sudheer

  • FMs, BAPI related to SD

    Hi All
    can anybody please tell the list of fms and BAPIs related to SD module along with their use which a developer may need while working
    Thanks in Advance

    Hi Rashmi,
    Some FMs of use --
    Basic functions -
    BAPI_CUSTMATINFO_GETDETAILM
    BAPI_CUSTMATINFO_GETLIST
    BAPI_INQUIRY_CREATEFROMDATA
    BAPI_QUOTATION_CREATEFROMDATA
    Sales -
    BAPI_SALESORDER_CHANGE
    BAPI_SALESORDER_CREATEFROMDAT1
    BAPI_SALESORDER_CREATEFROMDAT2
    BAPI_SALESORDER_CREATEFROMDATA
    BAPI_SALESDOCU_CREATEWITHDIA
    BAPI_SALESORDER_GETLIST
    Billing -
    BAPI_BILLINGDOC_CREATEFROMDATA
    BAPI_BILLINGDOC_GETDETAIL
    BAPI_BILLINGDOC_EDIT
    For more FM, you can check out transction BAPI->Sales and distribution.
    REgards,
    Aniket
    Please award points if found helpful.

  • Bapis related to particular transaction

    Hi Experts,
    Is there any way to find the list of Bapis related to particular transaction.Not the BAPI t-code.
    For ex:I want to know all the Bapis related to VA01.Thanks in advance.
    With Regards,
    Srini...

    Hi Srini,
    Use this code to find a User Exit.
    *& Report  ZSEARCH_USEREXIT
    REPORT  ZSEARCH_USEREXIT.
    TABLES : tstc,tadir,modsapt,modact,trdir,tfdir,enlfdir,sxs_attrt ,tstct.
    DATA : jtab LIKE tadir OCCURS 0 WITH HEADER LINE.
    DATA : field1(30).
    DATA : v_devclass LIKE tadir-devclass.
    DATA wa_tadir TYPE tadir.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-002.
    PARAMETERS : r1 RADIOBUTTON GROUP g1 USER-COMMAND flag DEFAULT 'X',
    r2 RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN : BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.
    PARAMETERS : p_tcode LIKE tstc-tcode MODIF ID id1. "Transaction Code
    SELECTION-SCREEN : END OF BLOCK b2.
    SELECTION-SCREEN : BEGIN OF BLOCK b3 WITH FRAME TITLE text-003.
    PARAMETERS : p_pgmna LIKE tstc-pgmna MODIF ID id2. "Program Name
    SELECTION-SCREEN : END OF BLOCK b3.
    AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
    IF screen-group1 = 'ID1'.
    IF r1 = 'X'.
    screen-active = 1.
    ELSE.
    screen-active = 0.
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    IF screen-group1 = 'ID2'.
    IF r2 = 'X'.
    screen-active = 1.
    ELSE.
    screen-active = 0 .
    ENDIF.
    MODIFY SCREEN.
    ENDIF.
    ENDLOOP.
    START-OF-SELECTION.
    IF NOT p_tcode IS INITIAL.
    SELECT SINGLE * FROM tstc WHERE tcode EQ p_tcode.
    ELSEIF NOT p_pgmna IS INITIAL.
    tstc-pgmna = p_pgmna.
    ENDIF.
    IF sy-subrc EQ 0.
    SELECT SINGLE * FROM tadir
    WHERE pgmid = 'R3TR'
    AND object = 'PROG'
    AND obj_name = tstc-pgmna.
    MOVE : tadir-devclass TO v_devclass.
    IF sy-subrc NE 0.
    SELECT SINGLE * FROM trdir
    WHERE name = tstc-pgmna.
    IF trdir-subc EQ 'F'.
    SELECT SINGLE * FROM tfdir
    WHERE pname = tstc-pgmna.
    SELECT SINGLE * FROM enlfdir
    WHERE funcname = tfdir-funcname.
    SELECT SINGLE * FROM tadir
    WHERE pgmid = 'R3TR'
    AND object = 'FUGR'
    AND obj_name EQ enlfdir-area.
    MOVE : tadir-devclass TO v_devclass.
    ENDIF.
    ENDIF.
    SELECT * FROM tadir INTO TABLE jtab
    WHERE pgmid = 'R3TR'
    AND object IN ('SMOD', 'SXSD')
    AND devclass = v_devclass.
    SELECT SINGLE * FROM tstct
    WHERE sprsl EQ sy-langu
    AND tcode EQ p_tcode.
    FORMAT COLOR COL_POSITIVE INTENSIFIED OFF.
    WRITE:/(19) 'Transaction Code - ',
    20(20) p_tcode,
    45(50) tstct-ttext.
    SKIP.
    IF NOT jtab[] IS INITIAL.
    WRITE:/(105) sy-uline.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    *Sorting the internal Table
    SORT jtab BY object.
    DATA : wf_txt(60) TYPE c,
    wf_smod TYPE i ,
    wf_badi TYPE i ,
    wf_object2(30) TYPE c.
    CLEAR : wf_smod, wf_badi , wf_object2.
    *Get the total SMOD.
    LOOP AT jtab INTO wa_tadir.
    AT FIRST.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    WRITE:/1 sy-vline,
    2 'Enhancement/ Business Add-in',
    41 sy-vline ,
    42 'Description',
    105 sy-vline.
    WRITE:/(105) sy-uline.
    ENDAT.
    CLEAR wf_txt.
    AT NEW object.
    IF wa_tadir-object = 'SMOD'.
    wf_object2 = 'Enhancement' .
    ELSEIF wa_tadir-object = 'SXSD'.
    wf_object2 = ' Business Add-in'.
    ENDIF.
    FORMAT COLOR COL_GROUP INTENSIFIED ON.
    WRITE:/1 sy-vline,
    2 wf_object2,
    105 sy-vline.
    ENDAT.
    CASE wa_tadir-object.
    WHEN 'SMOD'.
    wf_smod = wf_smod + 1.
    SELECT SINGLE modtext INTO wf_txt
    FROM modsapt
    WHERE sprsl = sy-langu
    AND name = wa_tadir-obj_name.
    FORMAT COLOR COL_NORMAL INTENSIFIED OFF.
    WHEN 'SXSD'.
    *For BADis
    wf_badi = wf_badi + 1 .
    SELECT SINGLE text INTO wf_txt
    FROM sxs_attrt
    WHERE sprsl = sy-langu
    AND exit_name = wa_tadir-obj_name.
    FORMAT COLOR COL_NORMAL INTENSIFIED ON.
    ENDCASE.
    WRITE:/1 sy-vline,
    2 wa_tadir-obj_name HOTSPOT ON,
    41 sy-vline ,
    42 wf_txt,
    105 sy-vline.
    AT END OF object.
    WRITE : /(105) sy-uline.
    ENDAT.
    ENDLOOP.
    WRITE:/(105) sy-uline.
    SKIP.
    FORMAT COLOR COL_TOTAL INTENSIFIED ON.
    WRITE:/ 'No.of Exits:' , wf_smod.
    WRITE:/ 'No.of BADis:' , wf_badi.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'No userexits or BADis exist'.
    ENDIF.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'Transaction does not exist'.
    ENDIF.
    AT LINE-SELECTION.
    DATA : wf_object TYPE tadir-object.
    CLEAR wf_object.
    GET CURSOR FIELD field1.
    CHECK field1(8) EQ 'WA_TADIR'.
    READ TABLE jtab WITH KEY obj_name = sy-lisel+1(20).
    MOVE jtab-object TO wf_object.
    CASE wf_object.
    WHEN 'SMOD'.
    SET PARAMETER ID 'MON' FIELD sy-lisel+1(10).
    CALL TRANSACTION 'SMOD' AND SKIP FIRST SCREEN.
    WHEN 'SXSD'.
    SET PARAMETER ID 'EXN' FIELD sy-lisel+1(20).
    CALL TRANSACTION 'SE18' AND SKIP FIRST SCREEN.
    ENDCASE.
    Here in the first Radio Button is for a Transaction Code and second one is for Program.
    Regards,
    Amit.

  • Need BAPI to get Actual, Plan, Variance by Production Order

    Hi Experts,
    I need to get variance, Plan, and actual cost (material cost) by Production Order. Does SAP has BAPI to do this?
    Best Reguard

    For costing report, you have to read the following tables: based on material Qty/value/ Machine rate and machine posting date , machine rate ( T-code kp26)  and also types of material Raw, finished and semi finished ..
    AFRU ,AFPO,AFKO,AFVV,AFVC,CAUFV FOR PRODUCTION ORDER.
    For material calculation MARA, MSEG and MKPF as well as MAKT...
    Hope this’ll help you .
    Thanks

  • List of BAPIs related to Workflow

    hello,
    I am currently working on a mobile application android my goal is to validate a workflow from a user that's why I want a list of BAPI with a link to the workflow
    thank you
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on Jun 20, 2011 1:19 PM

    Hi,
    BAPI and FM related to Workflow -
    SAP_WAPI_START_WORKFLOW
    SAP_WAPI_CREATE_EVENT(latest)
    SWE_EVENT_CREATE (old)
    SAP_WAPI_CREATE_WORKLIST
    SAP_WAPI_GET_WORKITEM_DETAIL
    BAPI_CATIMESHEETMGR_INSERT
    SAP_WAPI_EXECUTE_WORKITEM
    BAPI_USER_GET_DETAIL
    Pls check the BAPI tcode in SAP for ore list of BAPIs related to workflow.
    Regards
    Lekha

  • Need BAPI name to change the PO data in SRM.

    HI All,
    Need BAPI name to change the PO data in SRM.
    The BAPI_PO_CHANGE is not available in SRM.
    If there is no BAPI to change PO in SRM, what is the alternate solution?
    Regards,
    A.I.Rajesh.

    hello,
    try using FM BBP_PD_PO_UPDATE.
    regards.

  • Need BAPI function module to change routing (CA12 Tcode)

    Hi Freinds,
       i have bapi function module to create bapi_routing_create,
       but i need bapi function module  to ROUTE CHANGE.
    tcode is ca12
       pls help me out .....it's urgent to me
    mail to me :[email protected]
    regards
    madhu

    Thanks Jitendra,
    I have tried to use it but I am not able to obtain a good result. I have set values for PLKO_DI_TAB and MAPL_DI_TAB, but it does not work…
    What is missing?

  • URGENT : can any one please give me BAPI related material

    Hi there,
    please help me i am a new learner to BAPI i dont know any thing about it can any one please send me the BAPI related material  and also related videos or screen cams if available.

    http://www.sapmaterial.com/?gclid=CN322K28t4sCFQ-WbgodSGbK2g....>ALL
    STEP BY STEP for BAPI
    http://sap-img.com/abap/bapi-step-by-step-guidance.htm
    BAPI Programming Guide
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
    BAPI User Guide
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
    http://techrepublic.com.com/5100-6329-1051160.html#
    http://www.sap-img.com/bapi.htm
    http://www.sap-img.com/abap/bapi-conventions.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://ifr.sap.com/catalog/query.asp
    http://www.****************/Tutorials/BAPI/BAPIMainPage.htm
    step by step BAPI Creation with screen shots.
    http://www.sapgenie.com/abap/bapi/example.htm
    BAPI Programming guide: -
    http://help.sap.com/saphelp_nw04/helpdata/en/e0/9eb2370f9cbe68e10000009b38f8cf/frameset.htm
    BAPI user guide: -
    http://help.sap.com/saphelp_46c/helpdata/en/7e/5e115e4a1611d1894c0000e829fbbd/frameset.htm
    BAPI STEP BY STEP PROCEDURE: -
    http://www.sap-img.com/abap/bapi-step-by-step-guidance.htm
    Example:-
    http://www.erpgenie.com/abap/bapi/example.htm
    PDF download: -
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/200dd1cc-589e-2910-98a9-bb2c48b78dfa
    list of all bapis
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    for BAPI's
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sappoint.com/abap/bapiprg.pdf
    http://www.sappoint.com/abap/bapiactx.pdf
    http://www.sappoint.com/abap/bapilst.pdf
    http://www.sappoint.com/abap/bapiexer.pdf
    http://service.sap.com/ale
    http://service.sap.com/bapi
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
    http://www.planetsap.com/Bapi_main_page.htm
    http://www.topxml.com/sap/sap_idoc_xml.asp
    http://www.sapdevelopment.co.uk/
    http://www.sapdevelopment.co.uk/java/jco/bapi_jco.pdf
    Also refer to the following links..
    http://www.sap-img.com/bapi.htm
    http://www.sap-img.com/abap/bapi-conventions.htm
    http://www.planetsap.com/Bapi_main_page.htm
    http://www.sapgenie.com/abap/bapi/index.htm
    Checkout !!
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    http://techrepublic.com.com/5100-6329-1051160.html#
    http://www.****************/Tutorials/BAPI/CustomBAPICreation2/page1.htm
    There are 5 different steps in BAPI.
    Create BAPI Structure
    Create BAPI Function Module or API Method.
    Create BAPI object
    Release BAPI Function Module.
    Release BAPI object.
    Step1. Creating BAPI Structure:
    Go to <SE11>.
    Select Data Type & Enter a name.
    Click on Create.
    Note: Always BAPI should be in a development class with request number (Not Local Object).
    Select Structure & hit ENTER.
    Enter the fields from your database. Make sure that the first field is the Primary Key Field.
    Then SAVE & ACTIVATE.
    Step 2. Creating BAPI module:
    Enter TR.CODE <SE37>.
    Before entering any thing, from the present screen that you are in, select the menu
    Goto -> Function Groups -> Create Group.
    Enter a name (Note: This name Must start with ZBAPI)
    Let this screen be as it is and open another window and there, enter TR.CODE <SE80).
    Click on the Third ICON that says Inactive Objects.
    Select the group that you just created and click on Activate.
    Notice that the group you created will disappear from the list of inactive objects.
    Go back to <SE37> screen and enter a name and hit <ENTER>. Then enter the group name that you just created and activated.
    NOTE: When you release a function module the respective group will be attached to that particular application. It cannot be used for any other application. NEVER include an already existing group that is attached to another module.
    Now click on the first Tab that says ATTRIBUTES and select the radio button that says remote-enabled module since we will be accessing this from any external system.
    Then click on the second tab that says IMPORT.
    Enter a PARAMETER NAME, TYPE and the structure you created in the first step. Also select the check box ‘Pa’. All remotely enabled functional modules MUST be Pa enabled, where Pa means ‘Passed by Value’ and if you don’t select ‘Pa’, then that means it will be passed by reference..
    Then click on tab that says EXPORT.
    Enter the following as is in the first three fields
    RETURN TYPE BAPIRETURN (These 3 field values are always same)
    Here also select ‘Pa’ meaning Pass by value.
    Note: BAPIRETURN contains structure with message fields.
    Then SAVE and ACTIVATE.
    Step 3. Creating BAPI object:
    Enter Tr.Code <SWO1> (Note. It is letter ‘O’ and not Zero).
    Enter a name and then click on create. Enter details.
    NOTE: Make sure that that Object Type and Program name are SAME.
    Enter Application ‘M’, if you are using standard table Mara. If you are using your own database then select ‘Z’ at the bottom.
    Then hit <ENTER>.
    Now we have to add ‘Methods’. High light METHODS and then select the following from the menu:
    Goto Utilities -> API Methods -> Add Methods.
    Enter function Module name and hit <ENTER>.
    Select the second FORWARD ARROW button (>)to go to next step.
    Check if every thing looks ok and again click on FORWARD ARROW button (>).
    Then select ‘YES’ and click on <SAVE>.
    Now on a different screen goto TR.CODE <SE37>. Enter Function Module name and select from the top menu Function Module -> Release -> Release.
    Goback to TR.CODE <SWO1>.
    Here select the menu combination shown below in the same order.
    Edit -> Change Release Status -> Object Type Component -> To Implemented.
    Edit -> Change Release Status -> Object Type Component -> To Released.
    Edit -> Change Release Status -> Object Type -> To Implemented.
    Edit -> Change Release Status -> Object Type -> To Released.
    Then click on <SAVE>.
    Then click on Generate Button (4th button from left hand side looks like spinning wheel).
    Then Click on the button that says ‘PROGRAM’ to see the source code.
    To check if this is present in work flow goto TR.CODE <BAPI>.
    Here it shows business object repository.
    First click on the middle button and then select “ALL” and hit ENTER.
    Goto tab ALPHABETICAL and look for the object that you created. This shows that the BAPI object has been created successfully
    BAPI/RFC Interface
    A remote function call is a call to a function module running in a system different from the caller's.
    The remote function can also be called from within the same system (as a remote call), but usually caller and callee will be in different systems.
    In the SAP System, the ability to call remote functions is provided by the Remote Function Call interface system (RFC). RFC allows for remote calls between two SAP Systems (R/3 or R/2), or between an SAP System and a non-SAP System.
    RFC consists of the following interfaces:-
    A calling interface for ABAP programs
    Any ABAP program can call a remote function using the CALL FUNCTION...DESTINATION statement. The DESTINATION parameter tells the SAP System that the called function runs in a system other than the caller's.
    RFC communication with the remote system happens as part of the CALL FUNCTION statement.
    RFC functions running in an SAP System must be actual function modules, and must be registered in the SAP System as "remote".
    When both caller and called program are ABAP programs, the RFC interface provides both partners to the communication. The caller may be any ABAP program, while the called program must be a function module registered as remote.
    Calling interfaces for non-SAP programs
    When either the caller or the called partner is a non-ABAP program, it must be programmed to play the other partner in an RFC communication.
    To help implement RFC partner programs in non-SAP Systems, SAP provides-
    External Interfaces
    RFC-based and GUI-based interfaces can be used by external programs to call function modules in SAP R/2 or R/3 systems and execute them in these systems.
    Vice versa, ABAP programs in R/2 or R/3 can use the functions provided by external programs via these interfaces.
    Reward points..

  • Hi  experts  i need realtime scenario for declaration of infotype with MODE N at TM in ABAP HR

    hi  experts  i need realtime scenario for declaration of infotype with MODE N at TM in ABAP HR?? can anyone provide the brief explanation?

    Hi bharathi.
       Find the bellow code .
    Tables: pernr.
    infotypes: 0001,0002, 2001 mode n, 2007 mode n, 2013.
    start-of-selection.
    get pernr.
    pr-read-all-time-ity pn-begda pn-endda.
    write: p0001-pernr, p0001-bukrs, p0001-abkrs,
            p0002-nachm, p0002-name1, p0002-vorna.
    end-of-selection.
    ******** in the abouv code should be -ve TM.
               for +ve tm we need to use hr_time_results_get.
    based on this u can assume ur requirement .
    Thanks
    Venkat.

  • Need BAPI for Parking G/L Account

    Hi All,
    I need BAPI for Parking G/L account document.
    Please let me know.
    Regards
    R.Ragu
    Useful Answers will be rewarded.

    Hi Ragu.
    Try these:
    BAPI_GL_ACC_EXISTENCECHECK
    BAPI_GL_ACC_GETDETAIL
    BAPI_GL_ACC_GETLIST
    For further details GoTo->Transaction BAPI->Alphabetical->General Ledger Account.
    Good Luck & Regards
    Harsh
    Edited by: Harsh Dave on Jul 11, 2008 10:14 AM

  • Need documents related to inventory data sources

    Hi all,
    just need a favor from u guysu2026.i need documents related to inventory data sources (complete step by step)u2026we need to extract inventory data sources from R/3 and need to replicate them in a brand new BW systemu2026Iu2019ll appreciate anything that u people have gotu2026and share with me.
    Regards,
    KS

    Hi
    check this thread
    it might be helpful
    doubt related to inventory data loading
    Inventory doubt
    regards
    gaurav

  • All BAPIs related to a Business Object

    Hi All,
    Is there any way by which we can search for all the BAPIs related to a particular Business Object?
    For ex. can we write a report prgram through which we can search for BAPIs related to a Business Object.
    Any pointers in this regard would really be helpful.
    Thanks,
    Saher

    Hi,
    we can get the List of BAPIs for a Object type in following way.
    go to tcode - BAPI
    there will two parts on the screen.
    on left hand side select any object,
    for eg - sales and distribution -> billing ->  ItCustBillingDoc
    now on right side select tab 'Tools', there select the icon 'Create BAPI LIST'.
    then the selection parameters will be displayed.
    Now click the Search button you will get the list of BAPI in that particular Object type.
    Thanks,
    Naresh

Maybe you are looking for

  • How to handle special characters in NWDI

    Dear All I am trying to update the Description from JSP form. Through JCO we are calling the RFC of ABAP. We are passing these description from Java to RFC of ABAP and this RFC update the text in Database. We have noticed that if there is some specia

  • Can i bring an iMac from us to use in uk

    Hi Guys, My dad has purchased an imac for us. but he has bought it in the US. But I live in the UK. I am worried that there might be a voltage problem. And what about customs and above all getting it here. Has any one done this kind of thing before?

  • 11-06-11 Cannot open pdf file on web in firefox after update from Acrobat today

    Adobe Acrobat had an update that I installed today. Later, when attempting to open a pdf form from a website, firefox does not open the file. I verified the settings in Firefox options and it is selected to open pdf in Firefox but it doesn't work. I

  • How to import image into iPhoto that was modified in Photoshop?

    Hi, I figured this out once, but I can't remember what I had to do. I modified an image using Photoshop and saved it as a jpg. Now I can't import it into the iPhoto library. I know there was some options I had to set in Photoshop. Can anyone tell me

  • Podcasts show up as albums = normal??

    Besides showing up as podcasts on my ipod, they also show up as albums. Is this normal? I noticed it after I had to do a restore - so it is possible it is related to that. If it's NOT normal, I will unsubscribe, restore, sync, and resubscribe - but I