RFC or BAPI to get  ECC CST LST  from SAP to third party

Hi Friends,
I want to find out RFC or BAPI to get ECC,CST and LST No. number from SAP system to third party software accourding to Ship to party.Please healp me.

Hi,
Thanks very much for your answer. In fact, table UVERS is empty both on SAP Wharehouse server and Netweaver, but you put me on the right way...
I finally found that table CVERS_REF was enough, but I don't have the version of the component like in the status window...
I doubt also I'm right using the RFC_READ_TABLE, but I don't know yet if a BAPI exists for what I'm looking for.
Regards
François MAESEELE

Similar Messages

  • Data not getting fetched into Flex from SAP backend

    Hello....
    I have tried fetching data from SAP into Flex for simple BAPIs. For Ex; there would be 2 to 3 fields and we enter some values in it and these values are wrapped into an object and sent to SAP to fetch the details. This works fine.
    But now, my problem is, I want to pass a list of data, as the one of the table parameter in the BAPI is mandatory to be passed. For this I created a arraycollection with same field names as in SAP:
    <mx:ArrayCollection id="sel">
         <mx:Array>
              <mx:Object FIELD_NAME="RENTAL_OBJECT" SIGN="I" OPTION="EQ" FIELD_VALUE_LOW="1" FIELD_VALUE_HIGH="9999999"/>
         </mx:Array>
    </mx:ArrayCollection>
    var inp:Object = new Object();
    inp.SELOPTION = sel.source; //parameter name in SAP is SELOPTION
    operation.arguments = inp;
    operation.send();
    I get the result back with this. But it will have only the table\structure names. It is not fetching any records, as it does in SAP when BAPI is executed.
    You can have a look at the screen shot of it here:
    This is the result that I'm getting in Flex:
    http://img43.imageshack.us/img43/1477/screenshotgp.jpg
    This is the result I get in SAP when I execute the BAPI directly:
    http://img340.imageshack.us/img340/3796/screenshot2wa.jpg
    Can someone who have come across this please help me out?
    Thanx.
    Deepak

    Hi Deepak,
    To send multiple entries to a table your code should be like this only.
    var dateRangeRow:Object = new Object();
    input.DATE_RANGE = new Array();
    dateRangeRow.SIGN = "I";
    dateRangeRow.OPTION = "EQ";
    dateRangeRow.LOW = "2002-12-20";
    dateRangeRow.HIGH = "";
    input.DATE_RANGE.push(dateRangeRow);
    Check the below link for details.
    http://blog.danmcweeney.com/57
    Regards
    Basheer

  • Getting href from button to third party cart to show correctly in Google Analytics

    Is there a trick to getting the button linked to third party shopping cart to appear correctly in Google Analytics? I need a special  href with an onclick attribute.  My third party gave the onclick code to me but it is more complicated than just sticking it into the hyperlink field provided.  Will the link still work? Is there a trick to this?
    For example:
    attribute: onclick="_gaq.push(['_link', 'https://secure.thinkreservations.com/mycompany/reservations']); return false;"
    I am currently using the Upload to FTP feature and do NOT touch the actual code. That would sound like a nightmare to edit the HTML every time I want to upload again. Is there a trick I am missing?
    I am also wanting to track the click-to-call or click-to-email buttons I have on mobile.
    Thanks!

    I am also wondering if this can be done now that we have layers.....maybe object>insert HTML grouping with a button..... I tried layering over a button with the href and onclick magic but nothing happened. 
    Any help would be great!

  • Get selection screen parameters from sap query

    Hello. I use SAP Query Reporting, so I added a report assignment for detailing (sq01 ->  Change button -> Goto -> Report Assignment -> Insert row -> Other type row -> Abap Report Program)
    and put there ABAP program.
    When I run query and press CtrlShiftF1  (or double click) It calls my abap program.
    So the question is: how to get selection screen parameters in my program ?
    to be more precise I want to get date parameter (begda, endda)
    Thanks a lot.

    There is a Z query which I can see in sq01. I set reporting period and run the query; when I run it, it gives me the employee list.
    So I wrote the abap report to get an employee details, customized query as I mentioned above.
    The query calls my report and I need to get parameters.
    SELECTION-SCREEN BEGIN OF BLOCK frm1 WITH FRAME TITLE text-001.
    PARAMETER :  p_pernr LIKE p0001-pernr OBLIGATORY MATCHCODE OBJECT prem.
    PARAMETER : p_date LIKE sy-datum.
    SELECTION-SCREEN END OF BLOCK frm1.
    Parameter
    p_pernr
    passes normal. ALV Query contains it, but I'd like to get one more parameter from selection screen of the query and don't know how to get it.

  • Getting error in upgrading from Sap 2005 to sap 8.8

    Hi everyone,
    I am upgrading my client from sap 2005 to sap 8.8.During the pre check wizard system is getting some error and creating the log file.The coming error is:
    Test result: Not completed due to SBOErr -2004 in function CDagCheckUTBRecordInconsistence::DoCheck(), error text: Open user defined table   failed. # #     MID=-1     BOID=-1     BO=     UserID=     D:\SAP Setup\B18800P_19-10003894\Wizard\Upgrade.exe     Version=8.80.237     Area=     PID=4400     TID=4064     D:\depot\BUSMB_B1\8.8_REL\SBO\8.8_REL\Application\SolutionPatch\Component\Logger.cpp     105
    25/02/2011  13:52:11:765625      UpgradeWizard     Note               I     Technical     End time: 20110225 1:52:11PM # #     MID=-1     BOID=-1     BO=     UserID=     D:\SAP Setup\B18800P_19-10003894\Wizard\Upgrade.exe     Version=8.80.237     Area=     PID=4400     TID=4064     D:\depot\BUSMB_B1\8.8_REL\SBO\8.8_REL\Application\SolutionPatch\Component\Logger.cpp     105
    25/02/2011  13:52:11:765625      UpgradeWizard     Note               I     Technical     Test result: Error # #     MID=-1     BOID=-1     BO=     UserID=     D:\SAP Setup\B18800P_19-10003894\Wizard\Upgrade.exe     Version=8.80.237     Area=     PID=4400     TID=4064     
    I searched so much on this in the portal but still not able to find any solution..
    Please help me out to fix this error..
    Thanks
    Ankit Garg.

    Hi ANkit,
    if it is showing error during pre check wizrad, it will be showing SAP note number in front of  that error. check the note number details .
    Thanks,
    Neetu

  • How to get business partner name from sap user

    Hello,
    We want to get in the code the business partner name from sap user.
    What function modules should we use to perform it?
    Thanks in advance,
    Sergey

    HI,
    You can use the FM:CRM_CENTRALPERSON_GET
    pass the input parameter IV_USERNAME as the user name
    You can get the result in the export parameter EV_NAME as user's first name last name
    regards,
    PP

  • Get ECC idoc number from PI

    Hi All
    IS there a way to get the IDOC number created in the ecc system from PI? A FM or something you can call the get the ecc idoc number?

    IDoc acknowledgements is the way to go.
    Configure ALEAUD and it should respond back with the IDoc number and what happened to the IDoc in SAP
    http://help.sap.com/saphelp_nw04/helpdata/en/0b/2a6550507d11d18ee90000e8366fc2/frameset.htm

  • BAPI to get matrial /qty/ bin from production order

    hii All,
    which is the BAPI name to get the  Bin/Material/Qty from production order

    HI,
    try using BAPI_PO_GET_DETAIL(S)
    REWARD IF USEFUL
    vivekanand

  • VS2008 C# cannot get return/export values from SAP (one way connection yet)

    Hello Experts,
    I have successfully established connection to SAP by using Visual Studio 2008 (C#) and web services:
    -     I am able to login into the SAP-System with my C#-Application
    -     I am able to call and run functions with my C#-Application
    -     I am able to passing over vales from my C#-Application to the function module (importing variables = ok)
    The problem I face now is getting return values from the function module (getting values of the exporting variables). I just have no idea how to call the u201CResponse-methodu201D correctly in C#.
    I think the problem is hided in the wsdl-xml-file.
    Here are my codes (only C# codes are really relevant) I post them step by step:
    ABAP CODE OF FUNCTION MODULE:
    FUNCTION Z_GET_BP_DATA.
    TABLES: but000.
    Data: ls_test type but000,
          lv_bpid type BU_PARTNER.
    u201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201D
    u201D importing parameter BPID = type string   u201D
    u201D exporting parameter BPNAME = type string u201D
    u201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201Du201D
    lv_bpid = BPID.
    SELECT SINGLE *  from but000 into ls_test
      where PARTNER = lv_bpid.
    BPNAME = ls_test-NAME_LAST.
    ENDFUNCTION.
    [Here|http://ng-webservice.com/myxml.xml] is code of my wsdl-xml-file:

    C
    APPLICATION MAIN CODE:
    using System;
    using System.Net;
    using System.Collections.Generic;
    using System.Text;
    using System.Web.Services.Protocols;
    using System.Web.Services;
    namespace test
        class Program
            static void Main(string[] args)
                try
                    //Sample Project for calling WS in SAP and writing data
                    string var_bpid = "0000000082";
                    string var_bpname;
                    CookieContainer cookie = new CookieContainer();
                    webref_get_bp_data.service _proxy1 = new test.webref_get_bp_data.service();
                    webref_get_bp_data.ZGetBpDataResponse _proxy3 = new test.webref_get_bp_data.ZGetBpDataResponse();
                    test.webref_get_bp_data.ZGetBpData myref = new test.webref_get_bp_data.ZGetBpData();
                    test.webref_get_bp_data.ZGetBpDataResponse myresponse = new test.webref_get_bp_data.ZGetBpDataResponse();
                    _proxy1.Credentials = new NetworkCredential("MYUSER", "MYPASSWORD");
                    _proxy1.CookieContainer = cookie;
                    myref.Bpid = var_bpid; // myref gets an id for passing over to the function module
                    _proxy1.ZGetBpData(myref); // call/run function module with given bpid
                    var_bpname = _proxy1.ZGetBpData(myref);
                    var_bpname = myresponse.Bpname; // HOW TO GET EXPORTING VALUE???
                    Console.WriteLine(myref.Bpid);
                    Console.WriteLine(var_bpname);
                    cookie = _proxy1.CookieContainer;
                    Console.WriteLine("Finish proxy1");
                    string response = Console.ReadLine();
                catch (SoapException exc)
                    Console.WriteLine("Exception thrown");
                    throw exc;
                    string response = Console.ReadLine();

  • Have used firefox for 3 years, have a new computer now and every time I go into my normal places I get a warning about encrypted page and third party viewing, please help!

    I have used Mozilla Firefox for 3 years with no issues. I have now purchased a new laptop (Samsung) and cannot access my regular sites (like Windows Live or my banking, most everything) without getting a Yellow waring arrow stating that I am going into an encrypted page and third parties are able to see what I am doing. I am very concerned if others are having access. My bank says it has nothing to do with them...it is an https secure site. I still have major concerns, please help!

    For what it's worth, you posted this in 2011, and here in 2014 I am still having this same issue. Over the last two days, I have had to unlock my apple account 8 times. I didn't get any new devices. I haven't initiated a password reset. I didn't forget my password. I set up two factor authentication and have been able to do the unlocking with the key and using a code sent to one of my devices. 
    That all works.
    It's this having to unlock my account every time I go to use any of my devices. And I have many: iMac, iPad, iPad2, iPad mini, iPhone 5s, iPod touch (daughter), and my old iPhone 4 being used as an ipod touch now.  They are all synced, and all was working just fine.
    I have initiated an incident with Apple (again) but I know they are just going to suggest I change my Apple ID. It's a simple one, and one that I am sure others think is theirs. I don't want to change it. I shouldn't have to. Apple should be able to tell me who is trying to use it, or at least from where.
    Thanks for listening,
    Melissa

  • How do I get refunded for the purchase of a third party app?

    I have purchased an app called crestron mobile pro on Saturday 2-15,  when I actually needed the crestron mobile pro g version. How do I get refunded for the wrong version of the app, which I don't need anymore?

    All purchases are considered final, but you can try the 'report a problem' link to contact iTunes Support and see if they will refund or credit you : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Get the sy-uname from SAP system

    dear all, i use the following codes to retrive the system username
    IWDClientUser wduser = WDClientUser.getCurrentUser();
         IUser user=wduser.getSAPUser();
        String username = user.getUniqueName();
    i already add the required com.sap.security.api.jar into the project path.
    but stil i get the error said unhandled exception type WDUMExeption,i got the red underlined at WDClientUser.getCurrentUser();
    any idea? or any other way to retrive the username in sap? thank you

    HI
    Try the following Code
    IUser currentUser = null;
              try {
                   currentUser = WDClientUser.getCurrentUser().getSAPUser();
                   WDClientUser.getCurrentUser().getSAPUser();
              } catch (WDUMException e1) {
                   e1.printStackTrace();
    Regards
    Chaitanya.A

  • BAPI for retrieving tax code & percentage from SAP?

    Hi all,
    Does anyone know of a BAPI who can retrieve a list of available tax codes for purchase (field MWSKZ) in a company code, and eventually their percentages?
    Thanks in advance,
    Ioana

    MWSKZ is the tax code .
    you dont have to use any bapi to retrieve tax percentage.
    only do this.
    you select KNUMH (Condition number) from A003 (taxe code table) with the key fields ALAND and MWSKZ.
    you select KBETR (tax percentage) from KONP with key KNUMH (Condition number)that you have retrived in the previous step.
    A+
    Ihsen ABROUG

  • Error getting when saving the sales document in third party sales order

    in third party sales order,when i am saving the sales order i am gettingthe following error
    subsequent function 'purchase requistion from sales document' not possible due to credit block.earlier i have maintained credit checks for some customers,but for this customer i have not maintained any credit check. i dont know why system is blocking for this customer also.pls help me where i went wrong.
    highly rewarded if help full.
    thank you

    Please go to FD32, check any default risk category and credit limit is maintained for the customer.
    Also check OB45, any default risk category & credit limit is maintained for the credit control area.
    Also, which order type u r creating sales order? for that order type, Goto VOV8, remove the credit grp and credit check settings.
    Also goto XD02, check in sales area data, billing tab, credit control area field, please remove that also.
    Hope it Helpful.
    Reward points if useful..

  • How to get rid of "Warning: Applet Window" in third party java applet code

    Hello I am having a hard time figuring out how to disable this darn Warning applet window that pops up and says "unable to detect an audio device" when it loads onto a comp that has no sound card! It is an audio streaming applet which was discarded by the developer and he does not provide any support for it....
    I know zero about java and I am figuring this is something simple that any typical programmer familiar with java could figure out in five minutes.....
    the applet is called audio centric and is located here:
    http://javaboutique.internet.com/AudioCentric/
    I appreciate anyones time who could help me out!

    Sorry, there is not source code deployed and I'll not encourage you to decompile it, instead contact developer. They will appreciate very much your claim.
    Regards.

Maybe you are looking for

  • 2nd iPod not being recognized under devices

    3rd try! Sorry if it posts a number of times but it keeps saying can't post without a message. I have two iPod touch and two iPad2. I got the second iPod touch before the iPads. When I plug it in to sync ( all are on my account), iTunes lists the I P

  • Softproof in Lightroom different from Photoshop

    Hi all, I've just recieved a print from Photobox. It looks ace, except for a big band in the sky graduation. Stupidly I hadn't looked on the web site to see if they had a colour profile before sending . As it happens they do, and softproofing the ima

  • SOAP adapter - WS authorization

    Hello, I am trying to expose an RFC as a web service using the SOAP Adapter. The problem is that in order to consume this web service, authorization is required by the client application(Otherwise the call returns code 401 - Unauthorized) Is it possi

  • Serious boot problem

    hello, I've an air late 2011. I'm trying to create a bootable SD or USB of a linux distribution without luck, I'm using an EFI ubuntu livecd to do the tests, eventually I found this link http://studyblast.wordpress.com/2011/08/14/guide-mac-os-x-lion-

  • Can not set OARG.cstAllcAcc field value with CustomsGroups Object

    Can not set OARG.cstAllcAcc field value with CustomsGroups Object, please open this field in this Object because it is a key field related to financial system.