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.

Similar Messages

  • 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

  • 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..

  • 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

  • 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.

  • Help me doing bapi related to catsdb only  pls urgent step by step

    Help me doing bapi related to catsdb only  pls urgent step by step
    thank you,
    points will be rewarded,
    Regards,
    Jagrut BharatKumar Shukla

    Help me doing bapi related to catsdb only  pls urgent step by step
    thank you,
    points will be rewarded,
    Regards,
    Jagrut BharatKumar Shukla

  • BAPIs related to vendor

    Hi all,  
    I am trying to find BAPIs and\ or FM that can be used remotely in order to get the following information related to vendors:
    1. Status (?)  Blocked\ not blocked
    2. Contract status
    3.  Last year volume of orders
    4. Score (SRM quality score, ERP MM vendor score Sourcing OD scorecard rate)
    5 .RFx participated in Contracts, projects and auctions.
    Any help will be very appreciated.
    Thanks,
    Tuvia.

    Hi dear,
    Why dont you try to create a Z report for your requirement then make use of various tables for Vendors
    LFA1 - Vendor master
    LFB1 - Vendor per company code
    LFB5 - Vendor dunning data
    LFM1 - Purchasing organisation data
    LFM2 - Purchasing data
    LFBK - Bank details

  • How Does Bapi related to WebDynpro Java

    Hi all,
    I am Very new to WebDynpro. AM working as a java Developer.
    I want to know
    What is Bapi? And How does it related to WebDynpro?
    Thanks & Regards,
    Jyothi.

    Hi,
    BAPI:
    Whereas BAPIs (Business API(Application Program Interface)) are used for interfacing between two systems. They are remotely enabled function module ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..
    Function Modules are used in SAP programs to modularze the programs. They are Global ABAP programs created by SAP for reusable purpose. They have IMPORT,EXPORT and TABLE parameters, and EXCEPTIONS to through when error occurs.
    You can create them from TCode SE37.They are similar to Functions we have in C, but with more functionality.
    ECC (Enterprise Control Component):
    Master data will be saved in ECC System only.
    ECC is Standalone and ECC is nothing but a backend system similar to Oracle
    It has two versions: ECC 5.0, ECC 6.0 and Now ECC 7.0 is going to release on coming few months.
    Kernel, support pack and all other tools are very much advance in ecc6.0 compare to any other version of sap. It supports NetWeaver component also like BI, XI and EP. In ECC6.0 all components are integrated in single software.
    Please check this Application. This application relation Between ECC System and WDJAVA.
    [Webdynpro JAVA|http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f64e7a90-0201-0010-e0b4-ec1f849ecd4e]
    Hope this helps!!
    Regards
    Vijay K

  • Bapi Related to Sampling Schema

    Hello all,
    i want to create sampling schema from the external system. Can anyone tell me the related bapi or some other way to create or change the sampling schema.

    Hi
    I dont think so you can create GL accounts using this. You can know that by reading the documentation in SE37 tcode.
    This contains the list of BAPI's : http://www.sapnet.ru/m/list_BAPI.html
    Please check in from them and see if there is any to create GL.
    Or else, using BDC also for tcode fs00 or fsp0 you can create GL Accounts.
    Regards,
    Vishwa.
    Edited by: vishwa sri hari on Sep 24, 2008 7:05 AM

  • BAPI relating to Withholding tax codes

    Hi all,
    I am currently using BAPI_ACC_DOCUMENT_POST for flow of information from SAP to J2EE.When J2EE calls this BAPI, its not taking the withholding tax data which it is ought to take.  J2EE which is interfaced with SAP doesn't have the option of entering tax codes. It needs to take withholding tax data from SAP by calling the respective BAPI. What i want to know is that " Is there any BAPI which takes the master data of customer/vendor ( which should take withholding tax information) ?" J2EE is taking all the necessary data except the withholding tax data.
    How do i resolve this issue?
    Regards,
    Raj

    Hello,
    I am facing the same problem with this BAPI. /BAPI_ACC_DOCUMENT_POST/
    This BAPI checks the classical withholding tax codes in table T059Q.
    The company codes are normally set up with extended withholding tax types and codes which are in table T059Z.
    So the BAPI should check the tables according to which withholding tax (classical or extended) you have customized in R/3 to the company code.
    Hope I could help you,
    A

  • 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

  • Exit or BAPI  related to IQ03

    Hi all,
    i require a BAPI or exit to change the value of ind. cal. val field i.e. VLZEIT_DEV on the transaction IQ03.please can anybody help me.
    Thanks,
    Anand.

    pls check out these exits
    IEQM0001  Add. checks for equip. installation at functional locat
    IEQM0002  Additional checks for definition of equipment hierarchi
    IEQM0003  Additional checks before equipment update
    IEQM0004  Object is allowed for contract partner (Order->MaintCon
    IEQM0005  Object allowed for SD contract (MaintContract->MaintCon
    IEQM0006  Object allowed for SD contract (Maintain maintenance co
    IEQM0007  Check/change manufacturer field in equipment master
    reward if helpful
    raam

  • Bapi Related to ik31

    Hi
             What is the Bapi Or Function Module used to create Measurement Reading Entry List  using the transaction code ik31.
    Thanks & Regards
    Naveen subramani.
    Moderator Message: Last WARNING! If you do not heed to the warnings of the moderator, your id will be deleted.
    Edited by: kishan P on Jan 28, 2011 4:04 PM

    Hi
    I dont think so you can create GL accounts using this. You can know that by reading the documentation in SE37 tcode.
    This contains the list of BAPI's : http://www.sapnet.ru/m/list_BAPI.html
    Please check in from them and see if there is any to create GL.
    Or else, using BDC also for tcode fs00 or fsp0 you can create GL Accounts.
    Regards,
    Vishwa.
    Edited by: vishwa sri hari on Sep 24, 2008 7:05 AM

  • Bapi related

    hi gurus,
            did you guys used the bapi "/SAPMP/BAPI_ROUTING_PROCESS"
    or "BAPI_ROUTING_PROCESS " in any of you tasks. If so can you please send the program
    which you worked on any one these BAPI's.
    Thanks in advance............

    Hi Sudha,
    Iam interesting too. Did you finally get a sample code ?
    Thanks for your feedback.
    Regards,
    CS

  • How to debug Function Modules from ISA!!!

    Hi Gurus,
                     How to debug the function modules from ISA.
    For Ex:If i am in shopping cart or product catalog,e.t.c..i need to know which FM is calling from backend, how to debug the FMs/Bapis related to that from ISA side.
    direct me to all the possible ways.
    Regards,
    Anil.

    Hello Anil,
    There are a few things you need to look at when trying to debug .
    1. The function module needed ( you can do a trace to see which one is called.)
    2. The user that is been user With statefull and stateless connection the FM can be called by either the JCO user or the internet user. This will need to be considered when setting your external break point.
    3. The server been used, You will need to check the XCM to see which server is been used ie are you using a group connect of a specific server , You need to make sure that you are setting the breakpoint on the server that is specified in the XCM.
    Have a look at note [871907|https://service.sap.com/sap/support/notes/871907]   the attachment to the note may help you a lot. .
    Hope this helps.
    Regards
    Mark
    Edited by: Mark Foley  on Feb 11, 2009 11:10 AM

Maybe you are looking for

  • Business Service -- Business System

    Hi all, I've read several tutorials about scenarios in XI and have seen that sometimes business services are used and in some cases they use business systems to implement a communication partner. When do I use business services and when do I use busi

  • Messages are being deleted automatically

    We have been using TB successfully on Windows 7 for a couple of years having previously used Outlook. My wife's incoming e-mail messages are being deleted after one month. They are also deleted from Webmail. The ISP says that they have not been delet

  • No of copies fiels is disbaled in Print dialog box

    hi all i am developing reports in Oracle reports 6i , using oracle 9i on windows 98. i am developing report in character mode, setting copies initial value = 1 , i run report using destype = screen , then print using print button, but no of copies fi

  • How to load Java properties file dynamically using weblogic server

    Hi, We are using Java properties file in Java code. Properties in java properties file are frequently modified. If I keep these properties file in project classpath or as part of war, I will have to redeploy application after each change. We are usin

  • Reinstall Lion in macbook pro

    I bought a macbook pro in july 2011 and its having a snow leophard software. I upgraded my software to Lion (OS X 10.7.2). I want to reinstall my macbook but I dont know how to do this?