Is there a CLI for BAPI?

Hi,
I need to run the following BAPIs:
- BAPI_USER_CHNAGE
- ME_USER_CHANGE_PASSWORD
currently I do it via the .net connector - is there any cli (command line interface) for calling these BAPIs?
tx.

there is not

Similar Messages

  • What are  import parameters for bapi

    please tell me what are the minimum  fields i  has to pass for bapi
    " BAPI_SALESDOCUMENT_CHANGE ".
    if  possible  give me with example
    Moderator message: please (re)search yourself first.
    Edited by: Thomas Zloch on Dec 8, 2010 9:07 AM

    Hello,
    It will all depend on what you need to change in the sales order.
    For example, if you want to change something in the header only, then you need to pass ORDER_HEADER_IN and ORDER_HEADER_INX.
    Similarly, if you want to change something only in the sales items then you need to pass the value in SALESDOCUMENT, ITEM_IN and ITEM_INX.
    So, it will all depend on your need.
    But, always pass a table in RETURN so that you get to know whether BAPI has executed successfully or there is some error in the processing.
    Hope it helps.
    Regards,
    Himanshu

  • Is there a CLI version of upload.html

    The subject says it all. Is there a CLI method that is the equivalent of the Blob upload utility - something that can take a pointer to a directory, say Solaris_10/Product or a list of local patches, and upload the contents into a defined channel? (I know Perl / C & Java ... I don't know python)
    The upload.html utility has the unfortunate requirement that I stay connected, and lynx doesn't support javascript, so I cannot do it that way, but if there was a command line version - then I can "set it and forget it"
    Thanks
    Edited by: TGalway on Dec 20, 2007 11:48 AM

    The command line interface for UCE, uce_cli+, can upload files using the "-upload_files" option. However it can only upload a single file so you would need to run a directory listing through a looped script.

  • My tv does not have hdmi, it has componet. Is there an adapter for apple tv to go from hdmi to componet?

    my tv does not have hdmi, it has componet. Is there an adapter for apple tv to go from hdmi to componet?

    It could be that it's too old. I have the same problem. Apple has a HDMI to DVI adapter, if you have a DVI input, which is how I connect my Apple TV. But if not here's an adapter for you.
    http://www.google.com/m/products/catalog?q=hdmi+to+component&oe=UTF-8&hl=en&clie nt=safari&um=1&ie=UTF-8&tbm=shop&cid=17067353230121565849&sa=X&ei=mSIKT_zoIY3egg eCwuD1Dw&ved=0CDAQ8wIwAA

  • Is there any Fm or Bapi available to see the direct reportees of a manager

    Is there any Fm or Bapi available to see the direct reportees of a manager
    i have the managers id could i get the employees under that manager
    is there any SAp fm for the same

    Like Aditya, I have not seen such a function module. However, there is a standard evaluation path which may be suitable for your purpose. It is called BOSSORG and will give you all the employees under a manager.
    Use it with function module RH_GET_STRUCTURE or RH_STRUC_GET. The latter lets you specify parameters directly, while the former takes them in container form. None of them are released for customer use unfortunately, but I haven't found a corresponding function module that is released.

  • Usage of ALE - idocs generated for BAPIs

    Hi
      I need to use - the std idocs generated for BUS2032 object - CREATEFROMDAT2 method to store the BAPI call  ( BAPI_SALESORDER_CREATEFROMDAT2 )data for those sales orders that could not be created.
    If I want to use the SAP delivered BAPI ( BAPI_SALESORDER_CREATEFROMDAT2 ) to call as it within an ABAP program - and then if the call did not go through - then log the data for BAPI into the corresponding idoc with the message type SALESORDER_CREATEFROMDAT2 ( idoc type SALESORDER_CREATEFROMDAT202 )  do I need to move the values from the BAPI structures to the idoc segments programatically ?  Or since the idoc is linked to the BAPI - by definition, is there an implicit way to move data to the corresponding idoc segments and save the idoc .
    Can anyone out there give me a code sample to do - what I have asked above ?

    Hi,
    I guess you can use function module ALE_SALESORDER_CREATEFROMDAT2 to create idoc from bapi data. You can pass the entire data in internal tables that you are passing to BAPI into above mentioned function module and then it will create an Idoc for the same. Also populate the receivers in the internal table receiver.
    KR Jaideep,

  • Search for  BAPI to access it throw Java pro gramme

    dear all
    Iam search for a BAPI to be used in search for particular customer using one of its attribute wich is stored in kna1 table
    and also search in its details stored in ADRC taple if possible.
    and also BAPI for search for equipment using one of its attribute like serial number or sold to party .
    which i can access it  in my   portal .
    thank you

    Hi Ahmed,
    Have a look at the below link, some example bapi names are mentioned here -
    http://www.sapfans.com/forums/viewtopic.php?p=648307
    Also, there are no. of bapi's uses kna1 or adrc table so, you better search on specific requirement on sdn.com.
    Regards,
    Sen

  • Is there a common RFC/BAPI so that using it I can create multi report in EP

    Hi,
    I am new to EP ..
    I have to generate some 25 reports of R3 systems which shoudl be exposed to EP. After going thru the docs on EP..
    It says that for every reports I need to create either an RFC or a BAPI. But It is a tedious job to create RFC functions for every report. Since these report is already there(Written) in the R3 System. I hate to convert these again as an RFC for every report.
    Is there a common RFC /BAPI where I need to pass required parameters and the transaction code for a specific report instead of creating a new RFC for every reports. so that that specific RFC will do the job for me.
    Is there a better/intelligent way to accomplish this task.
    Please do not say use SAP trasnational iViews ... As this expose the SAP GUI directly to the user..thru this one can trigger new transactions ... Correct me if I am wrong.
    thanks
    Pkiran

    thanks mario,
    very helpful answer
    pkiran

  • Table as Input parameter for BAPI in Webdynpro Application

    I am creating webdynpro JAVA application to create RFQ, for which ABAP guy written a Custom BAPI called Z_BAPI_INQUIRY_CREATE. I tested this BAPI  in SAPGUI it is working fine. From my webdynpro application when I passes header and item parameter, my header getting inserted but my item data is not. It is giving me error like "Table input parameter not found". I am passing table to this bapi. When I tried my code to standard BAPI's (NOT CUSTOM), I am able to insert both HEADER and ITEM data.
    In above scenario I have few questions,
    1. Is there anything extra we have to do with custom BAPI's? (my BAPIs are in BOR).
    2. What is the datatype in webdynpro parallal to table parameter?
    3. is there any tutorial available for table parameter? (except FLIGHT examle).
    Thanks and regards,
    Nitin

    Hi Vijayakhanna Raman,
    Thanks much for your reply.
    Yes I did the same as you mentioned, but still I am getting an error "Table parameter not avaliable is empty".
    I am not getting were is the bug. And this is happening only with ZBapi's not with Standard Bapi's.
    I am really stucted becouse of this, answer will really get all 10 points.
    Here is my code,
         1. First create an instance for bapi and bind the instance to the bapi node.
         Z_Bapi_Inquiry_Change_Input input = new Z_Bapi_Inquiry_Change_Input();
         Zbapirfqitem item =new Zbapirfqitem();          
         wdContext.nodeBapi_RFQ_OnHold_Update_Input().bind(input);
         2. Then if u have the import parameter u have to set them by using
         input.setRfq_Number("6");
         input.setCreated_By("NLNS0000");
         //wdContext.currentBapi_RFQ_OnHold_Update_InputElement().modelObject().setRfq_Number("6");
         //wdContext.currentBapi_RFQ_OnHold_Update_InputElement().modelObject().setCreated_By("NLNS0000");
         3. If the bapi has a table parameters then the structure for the table parameters will also be imported In the model class.
    DONE!
         4. Set the table parameters by creating the instance for that structure and using this instance set it.
                             item.setUpdateflag("I");
                             item.setItm_Number("000030");
                             item.setMaterial("MAT-NITIN");
                             item.setMatl_Desc("Inserted by Nitin");
                             item.setQuantity(new BigDecimal(4));
                             item.setBase_Uom("PCE");
                             item.setReq_Qty(new BigDecimal(4));
                             item.setBase_Uom1("PCE");
                             item.setList_Price(new BigDecimal(3));
                             item.setList_Curr("");
                             item.setReq_Price(new BigDecimal(4));
                             item.setCurrency("EUR");
                             item.setIndirect_Price(new BigDecimal(4));
                             item.setCurrency_2("EUR");
                             item.setFinal_Price(new BigDecimal(4));
                             item.setCurrency_3("EUR");
                             item.setText_Line("");
                             item.setReq_Date_H(new Date(12-05-06));
                             item.setDirect_Dis(new BigDecimal(4));
                             item.setIndirect_Dis(new BigDecimal(4));
                             item.setFinal_Dis(new BigDecimal(4));
                             item.setProfit_Margin1(new BigDecimal(4));
                             item.setProfit_Margin2(new BigDecimal(4));
                             item.setBrand1("");
                             item.setModel1("");
                             item.setVal_Loccurr1(new BigDecimal(4));
                             item.setCurrency1("");
                             item.setBrand2("");
                             item.setModel2("");
                             item.setVal_Loccurr2(new BigDecimal(4));
                             item.setCurrency2("");
              5. Then add the structure instance to the bapi instance.
         input.addItem(item);
         6. Then Execute the bapi after setting the import parameters.
              //wdThis.wdGetContext().currentBapi_RFQ_OnHold_Update_InputElement().modelObject().execute();
              input.execute();
    Message was edited by: Nitin Kamble

  • Data Object Assignment for BAPI /SYCLO/CORE_MDW_SESSION1_CRT Not Found! Agentry

    Hi,
    I am facing an issue with Agentry (SMP3.0) startup. I am aware that something wrong happens on Agentry SAP Framework but I dont know how to fix it. Please help me. Thank you.
    18:56:11  - Data Object Assignment for BAPI /SYCLO/CORE_MDW_SESSION1_CRT Not Found! |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread###User::rethrowException::begin |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread###User::rethrowException::Exception caught: 11.06.2014 18:56:11  - Data Object Assignment for BAPI /SYCLO/CORE_MDW_SESSION1_CRT Not Found! |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread###User::rethrowException::COM.SYCLO.AGENTRY.AGENTRYEXCEPTION: 11.06.2014 18:56:11  - DATA OBJECT ASSIGNMENT FOR BAPI /SYCLO/CORE_MDW_SESSION1_CRT NOT FOUND! |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### AT COM.SYCLO.SAP.BAPI.BAPIERRORHANDLER.INIT(BAPIERRORHANDLER.JAVA:68) |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### AT COM.SYCLO.SAP.BAPI.BAPIERRORHANDLER.<INIT>(BAPIERRORHANDLER.JAVA:42) |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### AT COM.SYCLO.SAP.BAPI.BAPI.CHECKFORERRORS(BAPI.JAVA:304) |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### AT COM.SYCLO.SAP.BAPI.BAPI.RUN(BAPI.JAVA:184) |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### AT COM.SYCLO.SAP.SESSIONMANAGER.CREATEREMOTEUSER(SESSIONMANAGER.JAVA:95) |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### AT COM.SYCLO.SAP.SESSIONMANAGER.OPENSESSION(SESSIONMANAGER.JAVA:67) |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### AT COM.SYCLO.SAP.USER.INITSESSION(USER.JAVA:693) |
    2014 06 11 12:56:03#+0700#INFO#System.out##anonymous#Agentry Runtime Worker Thread### AT COM.SYCLO.SAP.SERVER.LOGIN(SERVER.JAVA:310) |
    The same thing happen to /SYCLO/CORE_MDW_SESSION1_DEL
    I access my Agentry SAP Framework and found out that there are 3 MDOs assigned to the BAPI. Then why do they popup such exception.

    Hi Kunal,
    Below is my JavaBE.ini. Please help. Thank you very much.
    [HOST]
    server=be1.vdc.csc.com
    APPNAME=ZCH_MATERIALLIST
    [CLIENT_NUM]
    CLIENT=800
    [SYSTEM_NUM]
    SYSNUM=01
    [LOGON_METHOD]
    ; USER_AUTH if standard UID/Password authentication is used
    ; USER_AUTH_GLOBAL if pooled connections using single UID/Password is used
    ; USER_AUTH_GROUP if UID/Password authentication with SAP Message Server
    ;   (load balancing) is used
    LOGON_METHOD=USER_AUTH
    [GLOBAL_LOGON]
    ; referenced when LOGON_METHOD=USER_AUTH_GLOBAL
    ; uses a pool of connections to the SAP backend all utilizing a single
    ;    UID/password
    UID=
    UPASSWORD=
    SHAREDCONNECTION=0
    GET_PERSONNEL_INFO=
    [SERVICE_LOGON]
    ENABLED=true
    UID=hngu3
    UPASSWORD=xxxxxx
    UPASSWORDENCODED=false
    [GROUP_LOGON]
    ; referenced when LOGON_METHOD=USER_AUTH_GROUP
    ; individual user authentication using an SAP Message Server which distributes
    ; client connections among a "group" of SAP application servers based on load
    ; balancing criteria
    ; host name or IP address of SAP Message Server
    MESSAGE_SERVER=
    GROUP_NAME=
    SYSTEM_ID=
    CLIENT=
    [LANGUAGE]
    LANG=EN
    [LOGGING]
    Level=4
    [REQUIRED_BAPI_WRAPPER]
    com.syclo.sap.bapi.LoginCheckBAPI=/SYCLO/CORE_SUSR_LOGIN_CHECK
    com.syclo.sap.bapi.RemoteUserCreateBAPI=/SYCLO/CORE_MDW_SESSION1_CRT
    com.syclo.sap.bapi.RemoteParameterGetBAPI=/SYCLO/CORE_MDW_PARAMETER_GET
    com.syclo.sap.bapi.SystemInfoBAPI=/SYCLO/CORE_SYSTINFO_GET
    com.syclo.sap.bapi.ChangePasswordBAPI=/SYCLO/CORE_SUSR_CHANGE_PASSWD
    com.syclo.sap.bapi.CTConfirmationBAPI=/SYCLO/CORE_OUTB_MSG_STAT_UPD
    com.syclo.sap.bapi.DTBAPI=/SYCLO/CORE_DT_GET
    com.syclo.sap.bapi.GetEmployeeDataBAPI=/SYCLO/HR_EMPLOYEE_DATA_GET
    com.syclo.sap.bapi.GetUserDetailBAPI=/SYCLO/CORE_USER_GET_DETAIL
    com.syclo.sap.bapi.GetUserProfileDataBAPI=/SYCLO/CORE_USER_PROFILE_GET
    com.syclo.sap.bapi.PushStatusUpdateBAPI=/SYCLO/CORE_PUSH_STAT_UPD
    com.syclo.sap.bapi.RemoteObjectCreateBAPI=/SYCLO/CORE_MDW_USR_OBJ_CRT
    com.syclo.sap.bapi.RemoteObjectDeleteBAPI=/SYCLO/CORE_MDW_USR_OBJ_DEL
    com.syclo.sap.bapi.RemoteObjectGetBAPI=/SYCLO/CORE_MDW_SESSION_GET
    com.syclo.sap.bapi.RemoteObjectUpdateBAPI=/SYCLO/CORE_MDW_SESSION_UPD
    com.syclo.sap.bapi.RemoteReferenceCreateBAPI=/SYCLO/CORE_MDW_USR_KEYMAP_CRT
    com.syclo.sap.bapi.RemoteReferenceDeleteBAPI=/SYCLO/CORE_MDW_USR_KEYMAP_DEL
    com.syclo.sap.bapi.RemoteReferenceGetBAPI=/SYCLO/CORE_MDW_SESSION_GET
    com.syclo.sap.bapi.RemoteReferenceUpdateBAPI=/SYCLO/CORE_MDW_SESSION_UPD
    com.syclo.sap.bapi.RemoteSessionDeleteBAPI=/SYCLO/CORE_MDW_SESSION1_DEL
    com.syclo.sap.bapi.RemoteUserDeleteBAPI=/SYCLO/CORE_MDW_SESSION1_DEL
    com.syclo.sap.bapi.RemoteUserUpdateBAPI=/SYCLO/CORE_MDW_SESSION_UPD
    com.syclo.sap.bapi.TransactionCommitBAPI=WFD_TRANSACTION_COMMIT
    com.syclo.sap.bapi.SignatureCaptureBAPI=/SYCLO/CS_DOBDSDOCUMENT_CRT

  • Is there a FM or BAPI to delete TLB order at target node

    Hi All,
    Is there a FM or BAPI to delete TLB order at target node ...that is used by SAP standard at the time PO is 'closed' with the Goods Receipt posting.
    Thanks & Regards,
    Vasu.

    Hi,
    It is not possible to delete an external procurement order at the tareget location and retain it at the source location as the order is linked by the source destination combination, as soon as you delete the order at target location its refernce at the source also gets deleted, also its not possible to create a order with target location as blank.
    what is your business requirement for this logic can u pls elaborate?
    Thanks,
    sanjog

  • For BAPI transactioncommit

    For BAPI Transaction Commit is there any standard task or method to use in the workflow?????????

    Probably not!!!!!!!!! But then again, you never know!!!!!!!!!
    Perhaps you can try this::::::::: Go to the function module, and use the "where-used" function to see which programs call this. If it isn't too many, simply double click each line. The editor used for BOR objects is easily reckognizable, and if there is a class I am sure you will be able to identify that too.
    Next time, try to save some question marks for other questions!!!!!!!!! One question mark is enough to indicate that it is a question, didn't you know that?

  • Fill parameter for BAPI BAPI_ACC_STAT_KEY_FIG_POST with T.code 9KE5

    Dear experts!
    Now, I'm getting some issues about fill parameters for BAPI: BAPI_ACC_STAT_KEY_FIG_POST with t.code 9KE5.
    Really, I want to perform the bapi with t.code 9KE5.
    Help me, please!
    Best regards, Huy!

    Hi Huy
    If you go to SE37 you have to set the following parameters to make it work:
    1-For Parameter section, Doc Header you have to set:
    CO_AREA                        1000
    DOCDATE                        08.11.2011
    POSTGDATE                      08.11.2011
    VERSION                        0
    DOC_NO
    VARIANT
    DOC_HDR_TX
    USERNAME                       X1FREDRA
    OBJ_KEY
    OBJ_TYPE
    OBJ_SYS
    VAL_PERIOD                     000
    VAL_FISYEAR
    For table DOC_ITEMS you have to set:
    STATKEYFIG                     BRSAPU
    STAT_QTY                                    10,000
    PERSON_NO                      00000000
    SEG_TEXT
    REC_CCTR                       MS1010
    ACTTYPE
    REC_ORDER
    REC_WBS_EL
    RECSALEORD
    RECITEM                        000000
    Then you run and it will post. But there is no profit center line, maybe you have to use the parameter RECCOSTOBJ.
    Regards
    Fred

  • We look for BAPI/Function to As-Built for Serialized Material (tran.COIB)

    Hello ,
    We look for BAPI/Function to As-Built for Serialized Material (transaction COIB).
    We check transaction COIB in order to create insatlled base for production orders(bill of equipments)
    We look for BAPI/ Function in order to run that process automatically in background base of some rules we will decide. Do you know if there is BAPI/ Function  refer to it?

    Sorry but I found the function group IBPP with the function modules:
    IBPP_CHANGE_IBASE
    IBPP_CREATE_IBASE
    IBPP_GET_IBASE_DOWN_ALL
    For our requirements these fmodules are sufficient.
    Regards

  • Is there a reverse for....

    config ap primary-base controller_name Cisco_AP [controller_ip_address]
    Once you config a primary controller to an AP, it would be nice to undo that configuration so that an AP is no longer locked down to a specified list of controllers.
    Thank,
    Tony

    I am aware of the GUI options, but it's such a pain to do it this way. If the GUI is able to remove the config, there must be a CLI to do the same...
    >>> darlynn 1/20/2012 5:45 PM >>>
    Home ( https://supportforums.cisco.com/index.jspa )
    Re: Is there a reverse for.... created by Darren Lynn ( https://supportforums.cisco.com/people/darlynn ) in Other Wireless - Mobility Subjects - View the full discussion ( https://supportforums.cisco.com/message/3540406#3540406 )
    Off the top of me head I can't remember the CLI command but on the GUI you can just remove the config from the AP config.
    WIRELESS AP section. Select the AP and in one of the TABS is the config for primary, secondary AP's
    HTH
    Sent from Cisco Technical Support iPhone App
    Reply to this message by going to Home ( https://supportforums.cisco.com/message/3540406#3540406 )
    Start a new discussion in Other Wireless - Mobility Subjects at Home ( https://supportforums.cisco.com/choose-container!input.jspa?contentType=1&containerType=14&container=2043 )
    ===========================================================
    This message is confidential, intended only
    for the named recipient(s) and may contain
    information that is privileged or exempt from
    disclosure under applicable law. If you are
    not the intended recipient(s), you are notified
    that the dissemination, distribution or copying
    of this message is strictly prohibited. If you
    received this message in error, or are not the
    named recipient(s), please notify the sender
    and delete this e-mail from your computer.
    ETMC has implemented secure messaging for
    certain types of messages. For more information
    about our secure messaging system, go to:
    http://www.etmc.org/mail/
    Thank you.
    ===========================================================

Maybe you are looking for

  • Batch Process crop page 2 - Acrobat Pro 9 crashes

    Hi am trying to set up a Batch Sequence to crop 4 pages. (The crop for each page is different). I can set up the first Command in the sequence to crop page 1 only. Then when I try to set up the next Command to crop page 2 Acrobat quits! Any ideas or

  • JScrollPane- Scrolling makes the contents of the Pane garbled

    I have a JTextPane inserted into a JScrollPane and the JSrcollPane is Inserted into the bottom part of the JSplitPane..   private JTextPane ResultTextPane = new JTextPane();   ResultScrollPane.getViewport().add(ResultTextPane, BorderLayout.CENTER)  

  • How to add a F4 help to a standard sap table field

    HI all, I have created a F4 help that gets the value from a custom field. Now i want to add this search help to  a standard table PRPS-USR00 field. but, when i selects the USR00 field and clicks search help button it says 'No Search help exist for th

  • Alias is not loading in odi

    Hi all, I am not able to load alias to hyperion planning through odi. if i am not mapping alias rest of the parameters are loading correctly. Once i map alias nothing is loading though the operator shows everything green except for the report statist

  • Product Allocation:  Planning Hierarchy

    hello, friends. in tests, product allocation is performing as required.  it is now time to set the data in PRD. the hierarchy involves Material, Plant and Sold-to.  all-in-all, this translates to a large number of nodes (in the thousands, due to the