ISA5.0 How to know Function called in SAP for ISA.

Hello everybody,
I need to know what are the functions called in SAP to get the information or to create the sales document order.
How could i do to see the functions called?
Please.
I'm on Internet Sales 5.0 and i have an ECC6.0 for the backend.
Thanks

hi,
There is no standard process to know the Called Function Module on particualr action.
The only way most of the developers follow is to see the Log files which displays the Function Module called.
The other way is you have to debug the class files to know.
Regards,
Sateesh Chandra

Similar Messages

  • How can we make function calls to sap in odi ?

    how can we make function calls to sap in odi ?
    to populate a column i need to make a function call which returns the value.

    There are two ODI SAP adapters available that allows extraction from SAP ERP and SAP BW. For SAP ERP we allow extraction from ERP tables, but not from RFCs/BAPIs.
    You can find details on them at
    http://www.oracle.com/technetwork/middleware/data-integrator/overview/odigs-sapabap-168070.pdf
    http://www.oracle.com/technetwork/middleware/data-integrator/overview/odigs-sapabapbw-168071.pdf

  • Function call in SAP GUI with errors

    Dear All,
                 When i am calling FM of Comports using OLE Integration i got " Function call in SAP GUI with errors" error
    now my front end version is 6.40. how to solved this problem.
    In my Function Module i am creating object like this
    CREATE OBJECT O_OBJ 'MSCOMMLib.MSComm.1'.
        IF SY-SUBRC <> 0.
          RAISE NO_CREATE_OBJECT.
        ENDIF.
    it raised the sy-subrc = 2 this error is "Function call in SAP GUI with errors"
    send to me how to handle this error.
    Thank,
    Vijay.g

    Hi Vijay,
    We are facing the same issue.
    Interestingly
    From program's code only we are facing this issue.
    If we display the program and Execute (Direct processing), it is working fine.
    Can you please share how you resolved this issue.
    Thanks
    Sreedhar

  • Transaction iView( Tcode) Error: Function call in SAP GUI with errors

    Hey Guys:
                  I use Transaction iView to show the ABAP application on Portal. The application works to import data from client to BW. After I fill all the information and execute the application, the system returns the error message " Function call in SAP GUI with errors".
    The ABAP application works fine on SAP GUI, so it should not be the program problem.
    Any Suggestion for this will be nice. Thanks for your help.

    Hey Duy:
            Thanks for your response. I check the servers which i have access, and all of them cannot work correctly.
    First, other iViews(Dynpro,BW Report,BSP,KM...) work fine.
    Second, our backend system is a BW server.
    I try to do so on our EP production and development, also connect them to our BW production and development servers. All of those are failed and have the same problem.
    The t-code comes from our abap program and register on BW server, and hte program works fine when I use SE38 to execute it.
    PS. The Transaction iView works fine before, but I have no idea why it just crash now.
    Please let me know if you have any suggestion about this.

  • How to know a call is hitting our CallManager?

           How to know a call is hitting our CallManager?

    Hi,
    please provide topology and protocols.
    best way is to check debugs and traces using called and calling number.
    you need to follow few steps,
    check call is coming to your network first on end point like MGCP/H323 gateway or CUBE
    then check you have proper config to relay that to CUCM
    then check respective debugs on device for same
    see what message you get in debugs for call clearance
    hear what promt is played if call is not hitting the number as CUCM and Service provider has different promts.
    then check CUCM traces for that call
    Hope this helps.
    Please rate helpful.

  • How to create function module in abap for VirtualProvider in bi

    how to create function module in abap for VirtualProvider in bi ???????????????
    can any one help me with simple example ?????????????????
    Moderator message : Duplicate post locked. Read forum rules before posting.
    Edited by: Vinod Kumar on Jun 15, 2011 4:40 PM

    Hi ,
    Thanks for replies about my question??.
    If i am using the exit in my char relation ship how can i debugg that exit???
    if i am using BPS0 how to do it???If i am using BPS_WB how to do it??
    Case1.Variable (type Exit) I known how to do debugg this one in BPS0 but i'm not sure in BPS_WB??
    Case2:Char Relation Ship(Type Exit) how to do in BPS0 and BPS_WB??.
    Thanks.

  • How to know what are the privs for one custom schema?

    how to know what are the privs for one custom schema?
    please suggest me......

    Hi,
    Check this user_sys_privs
    Cheers
    Pavan Kumar N

  • SO Pricing User Exit - How to know which item is selected for re-pricing.

    Hello Experts,
    I have to modify material data when user does a update pricing in VA02, the problem is...How do I know which item is selected for re-pricing (in MV45AFZZ)? I am using user exit USEREXIT_PRICING_PREPARE_TKOMP.
    For Ex: If my order has 3 items and 2nd one is selected and then 'Update' is done on 'conditions' tab. Above pricing user exit is triggered 3 times for all items, so I cant check XVBAP.
    Your help will be appreciated.
    Thanks,
    Sagar

    Hi J@Y,
    Thanks for reply. But USEREXIT_PRICING_PREPARE_TKOMP is triggered for all items, so how do I know which is current item?
    If you see in debug mode, xvbap-posnr and tkomp-kposn will have 10,20,30 everytime (for 3 times). How do I know if user has selected 20?
    Thanks,
    Sagar

  • How to set functional keys as shortcuts for menu items in AWT?

    Hello!
    I want to set functional keys as shortcuts for menu items in AWT, for example F1, F2... Here's my code:
    MenuItem menuItemHelp = new MenuItem ("Help", new MenuShortcut(KeyEvent.VK_F1));
    But, in result, this menu item is activated, when Ctrl-V pressed. Why?
    Thanks in advance for help.

    I have no idea what is going on but if you reinstall the jdk then it might fix it. I had some similar problems myself but reinstalling fixed them.

  • How to identify BW caller in Sap R/3 Data Source user exit

    Hi,
    I have the following question :
    I use the same R/3 extractor to load two different SAP BW system. Before, the data must be enriched by a user exit process ( CMOD ).
    In this exit, the treatment for each datasource is identified by the case clause but I have to do some different treatment for each BW target for the same datasource
    CASE i_datasource.
    when 'MyDatasource'
        if BW Caller  = BW 1
           Data treatment for BW 1
        else .
        if BW Caller  = BW 2
           Data treatment for BW 2
        endif.
    Do you know the way to identify the SAP BW system caller in the R/3 user exit in order to aplly a specific treatment for the same datasource ?
    Thanks for your help.
    Marc

    hi,
    not very nice but and not really satisfying:
    if the users of the remote-users for the logon from the BWs onto the one R/3 differ you could use sy-uname to check what bw is extracting ...
    everything else is a bit more complex
    hth
    cheers
    sven

  • Please help : how to know the caller ?

    Hi,
    suppose servlet 'C' can be called by servlet 'A' and servlet 'B'.
    How can servlet 'C' know by which servlet it has been called ? Is there something foreseen in HttpServletRequest ?
    Thanks,
    Javamad.

    If it needs to know that -- and in a good design it should not need to know that -- you could store something in the session object to indicate it.

  • Applescript: How to know who called this handler?

    Hi - I have a script that is called by an OSX application (EyeTV calls "on recordingDone()" in the file "RecordingDone.scpt" when a TV show is done recording).
    I've heavily modified the called script. I also have an "on run{}" handler in the script so it can be run from the desktop for testing and other purposes.
    Within the "on recordingDone()" handler, how can I tell whether the OSX application (EyeTV) called the routine, or whether I've invoked the routine from my "on run{}" handler? I want to initialize variables differently in each case but can't figure out how to do so.
    Thanks,
    chico

    You can try this code:
    -- get the app name
    set currApp to name of current application
    -- get the app path
    set currAppPath to path to current application
    This should give you the name and path of the application that is executing the script (though frankly I've never experimented with it to see if it does what it's supposed to do).

  • Some lib include Export Class,i use dependency tool to view this lib,how to know function's define

    sample:?Polaris_Measure@CCBjxguance@@QAA_NPBG0@Z 
    i know CCBjxguance is export class,Polaris_Measure is class's function,@@QAA_NPBG0@Z  is params and return value,but @@QAA_NPBG0@Z mean ? which data type ?

    So I take it that you have a .dll file but you do not have headers for it? Then finding out the params and return type won't help you much anyway.
    That's a member function, to be able to use it you need an instance of that class. And to obtain an instance of that class you need to know the full definition of that class, including its member variables. Member variables aren't exported so you have no
    way of knowing those, short of reverse engineering the .dll code.
    Anyway, the full declaration of that function is:
    public: bool __cdecl CCBjxguance::Polaris_Measure(unsigned short const *,unsigned short const *)
    This can be obtained by using the undname utility from a VS command prompt:
    undname "?Polaris_Measure@CCBjxguance@@QAA_NPBG0@Z"

  • Receiving a call (how to know the call from) city

    Hi, I would like to know if it's possible when you receive a call to be able to know the city of the number calling from like iphone does.
    thank you for you help
    Solved!
    Go to Solution.

    I've noticed that my phone doesn't do that either. I'm coming from a galaxy s2 on boost mobile. My old phone didn't do it for a while until I got an update from 4.0 to 4.1. It was then built into the operating system. So, unless you go with the recommendation of downloading an app, then I'm guessing that it won't be available..
    Unless BlackBerry decides to include it in a future update.. which I'd be a fan of!

  • C library function call - Unavailable Type for one of the parameters in the Function Prototype.

    Hi,
    I'm doing a job that has been already done by some others: implementing a LabVIEW SQLite Wrapper, I know how to do that with .NET alas I would like to do that in C, mostly for performance purposes and my poor pointer knowledge is kinda make me stuck.
    A couple of informations are kindly provided here:
    http://www.sqlite.org
    http://www.sqlite.org/cintro.html
    What I would like to do, is just to open a connection to a SQLite Database (if not existing, the SQLite engine will create the embedded Database and the related file to save the data and everything). The function to perform the operation is given in page below:
    http://www.sqlite.org/c3ref/open.html
    It seems pretty simple:
    int sqlite3_open(
    const char *filename, /* Database filename (UTF-8) */
    sqlite3 **ppDb /* OUT: SQLite db handle */
    int sqlite3_open16(
    const void *filename, /* Database filename (UTF-16) */
    sqlite3 **ppDb /* OUT: SQLite db handle */
    int sqlite3_open_v2(
    const char *filename, /* Database filename (UTF-8) */
    sqlite3 **ppDb, /* OUT: SQLite db handle */
    int flags, /* Flags */
    const char *zVfs /* Name of VFS module to use */
    However I'm struggling a bit about the following type:
    sqlite3 **ppDb /* OUT: SQLite db handle */
    And I'm not really sure about which type to use when I'm calling this function from LabVIEW
    Any idea, I guess it's real easy, but I'm not really used to have a type which is I suppose the DataInstance but as it's not clearly explicted in the LabVIEW interpreted C Library Function prototype (InstanceDataType makes sense but not sure though) I'm not really sure what I'm showing in the attached screenshot is valid or not.
    My VI seems to work like a charm, but don't really know if I'm doing something wrong.
    Another prototype that I have no idea about the proper LabVIEW call is the close function:
    http://www.sqlite.org/c3ref/close.html
    Let me get this traight, usually a parameter has a name, right? but seems that nope:
    int sqlite3_close(sqlite3*);
    int sqlite3_close_v2(sqlite3*);
    So also no idea about the parameter setting for this one... has to be considered as the self instance like the one calling this function is this... but I'm not passing any object?
    Really confusing...
    sqlite3*
    I might sound really silly, but if anybody could point me some directions, I would be really grateful for that.
    Thanks
     

    Ehouarn wrote:
    However I'm struggling a bit about the following type:
    sqlite3 **ppDb /* OUT: SQLite db handle */
    And I'm not really sure about which type to use when I'm calling this function from LabVIEW
    This parameter should be a pointer-sized integer, passed by pointer. Doesn't matter if it's signed or unsigned. The SQLite library will allocate memory for you, then put a pointer to that memory location into the pointer-sized integer that you pass in.
    As for the close function, you should pass that same pointer-sized integer, but this time pass it by value (because it's referenced with a single *, not two). There's nothing wrong with the documentation omitting the parameter name. For the purposes of a function prototype, the parameter name is unimportant, since all you need to know is the type of the data. How the function chooses to refer to that parameter internally is irrelevant.

Maybe you are looking for

  • Prob in displaying the dynamically created ui elements on click of a button

    hi all i created 1 inputfield, 2 buttons & i wrote the following code in wddomodifyview() of view. IWDInputField inf1=(IWDInputField)view.createElement(IWDInputField.class,"inf1");     inf1.bindValue("Student.name");     IWDButton but1=(IWDButton)vie

  • Capturing XBOX live game feed successful!

    Just thought I would share how I did it... I used this: http://www.canopus.com/products/ADVC55/index.php And something like this... http://www.radioshack.com/product/index.jsp?productId=2103065&cp=2032057.2032187 .2032188.2032195&pg=2&numProdsPerPage

  • Shopping Cart attachments need to send with PO

    Hi Experts, I have requirement which needs to send the Shopping Cart attachments (. docx, pdf, xlxs...) when sending workflow approvals for the Purchase Order. Found BBP_PDATT_LOIO_GET_ATT_HEADER function module to read the attachments from the Shopp

  • Add Planning Version in SDP94 header

    Hi SCM Gurus, Is there any possibility to add the planning version information in to the planning book "header", I quote this is because I want the planning version to be shown as the place in attachment. ( through menu I can go to Setting-> Header I

  • Media card and built in media meltdown!

    My built in media has an error and my media card also has an error! I have tried restoring my phone but it tells me that there has been an unexpected error and that i should check if it was connected which is was. Arrghh ive lost all my pictures and