RFC&BAPI for timestamp

Hi, everyone.
I need to get a timestamp of the sever.
I know I can achieve it as following:
GET TIME STAMP FIELD s_tst.
But according to the requirement, the third party one need this timestamp. So I need a RFC & BAPI, which can return the timestamp for the caller.
I know, I can create a RFC & BAPI by myself, but my question: is there any exists BAPI & RFC which can achieve my target?
Any reply is welcome.
Hope your reply, thanks a lot

Hi try that,
CALL FUNCTION '/BDL/_GET_CENTRAL_TIMESTAMP'
DESTINATION dest
  IMPORTING
    tag           = date
    uhrzeit       = time .
CONVERT DATE date  TIME time INTO
        TIME STAMP stamp TIME ZONE 'UTC+12'.
Andreas

Similar Messages

  • RFC/BAPI For Sales Order Credit Block Release like vkm3 (very urgent )!!

    hi experts,
    I need the RFC/BAPI For Sales Order Credit Block Release like vkm3 function ,please help
    thanks
    Godspeed

    hi
    can get the list of all the bapis..
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    Reward if USeful
    Thanx & regards.
    Naren..

  • RFC- Bapi - For Role Maintenance (Single and  Composite)

    We are in the process of developing an ASP.NET web application which will be used to raise requests for user and role creations in SAP.
    We will be making use of Sonic ESB to update SAP through IWAY SAP adapter.
    IWAY SAP adapter supports RFC’s, Bapi’s & IDocs.
    We are aware of RFC’s that could be used for user creation, updating and deletion.
    We have NOT come across any RFC’s or Bapi’s for role maintenance
    1) We would need RFC’s for the following requirements:
    1) To create a new role (single or composite role ).Creating a new role would include adding transactions to a role, deriving from an existing role or assigning more than one role to another role.
    2) To update a role
    3) To delete a role.
    4) To get the details of an existing role
    If there are no RFC’s for the above requirement, will we need to create a custom RFC?
    If we need to create a custom RFC, are there any transactions already available for the above requirements so that we could write a RFC wrapper?
    2) Are there any RFC’s that would give us the complete list of roles (single or composite) in an SAP system?
    3) Are there any RFC’s that would give us the complete list of transactions in an SAP system?
    Presently for 2) & 3) , we are making use of RFC_READ_TABLE to read SAP tables to get the list of roles and transactions.
    Thanks for your answers

    Hi,
    check these FM , i dont know it will work for u or not.
    BAPI_USER_ACTGROUPS_ASSIGN     User: Change entire activity group assignment
    BAPI_USER_ACTGROUPS_DELETE     User: Delete entire activity group assignment
    BAPI_USER_CHANGE               Change User
    BAPI_USER_CLONE                Create User with Template in Another System
    BAPI_USER_CREATE
    BAPI_USER_CREATE1              Create a User
    BAPI_USER_DELETE               BAPI to Delete a User
    BAPI_USER_DISPLAY              Display Users
    BAPI_USER_EXISTENCE_CHECK      Check a user exists
    BAPI_USER_GETLIST              Search for Users
    BAPI_USER_GET_DETAIL           Read User Details
    BAPI_USER_INTERNET_CREATE      Create a user in the Internet
    BAPI_USER_LOCACTGROUPS_ASSIGN  Change Activity Group Assignment for Dependent Systems from Central Sy
    BAPI_USER_LOCACTGROUPS_DELETE  Delete Activity Group Assignments in the Dependent Systems
    BAPI_USER_LOCACTGROUPS_READ    Change Activity Group Assignment for Dependent Systems from Central Sy
    BAPI_USER_LOCK                 Lock User
    BAPI_USER_LOCPROFILES_ASSIGN   Change Profile Assignment for Dependent Systems from Central System
    BAPI_USER_LOCPROFILES_DELETE   Delete Profile Assignments for Dependent Systems
    BAPI_USER_LOCPROFILES_READ     Change Activity Group Assignment for Dependent Systems from Central Sy
    BAPI_USER_PROFILES_ASSIGN      User: Assign profiles
    BAPI_USER_PROFILES_DELETE      User: Delete All Profile Assignments
    BAPI_USER_UNLOCK               Unlock user
    Reward points if useful..
    Regards
    Nilesh

  • RFC BAPI for BOM explosion with parametric effectivity

    Hello,
    I'm searching for a RFC enabled BAPI for BOM explosion which allows to evaluate parametric effectivity.

    Hi you can also check CS_BOM_EXPLOSION_MAT
    If its not remote enabled, write a custom fm(Remote enabled) and wrap this Fm.

  • RFCs / BAPIs for complex use case - offer and account receivable

    Hello,
    a scenario for testing purposes requires me to make remote function calls.
    I found almost everything I need in the IDES system I am accessing.
    What I am still missing, are RFCs or BAPIs to do the following
    - after selecting materials to be sold and after providing a pricing I would like to create an offer, proposal, or quote
    - after creating a bill, I would like to create and later close an account receivable item
    Can anybody help me on finding appropriate remote functions or BAPIs?
    Thanks in advanced
    Stefan
    PS: If you need more context, here is what I got so far
    - create and lookup customers using BAPI Customer
    - material availability and price check using BAPI Material
    - create a sales order using BAPI SalesOrder
    - create a shipment using BAPI Shipment
    - create a bill using BAPI ItCustBillingDoc
    hope that makes sence

    Hi Stefan,
    To find the BAPIs you need, use transaction BAPI in R3.  Creating the quotation, for example, can be found in Sales>Customer Quotation>Create From Data which gives the function "BAPI_QUOTATION_CREATEFROMDATA".  Using the same found General Accounting>Accounting Interface>AccntgBilling-->Post(etc) leading to "BAPI_ACC_BILLING_POST".
    Regards
    Gareth

  • RFC / BAPI for getting Directly Subordinate Employees

    Hi Experts,
    I have a simple query. Do we have any standard RFC or BAPI in ABAP which will take the pernr of Manager as input and return list of all subordinate employees.
    In fact, I am developing one MSS report. In this report, I have to display directly subordinate employees of the manager.
    If standard RFC or BAPI is not available, then kindly let me know how to know the directly subordinate employees of a manager.
    Please help.
    Regards,
    Gary

    Hi Bernd,
    I followed the below mentioned steps:
    1) Read orgeh from pa0001
    2) Passed following parameters in RH_STRUC_GET
    ACT_OTYPE      O
    ACT_OBJID        value obtained from orgeh-pa0001
    ACT_WEGID      o-o-s-p
    ACT_INT_FLAG 
    ACT_PLVAR       01
    ACT_BEGDA       26.04.2011
    ACT_ENDDA       26.04.2011
    ACT_TDEPTH      5
    ACT_TFLAG       x
    ACT_VFLAG       x
    AUTHORITY_CHECK     x
    TEXT_BUFFER_FILL
    BUFFER_MODE
    The RFC is returing 2118 records. The Manager have only 13-14 direct report. I changed the value of act_tdepth to 3 and 4. However the RFC is still giving wrong no of records.
    I am wondering why SAP does not have a standard RFC for getting direct reports. This is a very common functionality needed for any MSS development/
    Regards.
    Gary

  • Finding FM/RFC/BAPI For PO list In Perticular Vendor

    Hi,
      Can u help for Finding PO list For a perpicular vendor.
      i.s i want to pass Vendor No as In put it will give list of PO as out put
    Regards,
    Sunil sahoo

    Hi
    Try the below code
    types : begin of ty_ekko,
               ebeln type ekko-ebeln,
               lifnr type ekko-ebeln,
              end of ty_ekko.
    data : it_ekko type table of ty_ekko,
             wa_ekko type ty_ekko.
    parameters : lifnr like ekko-lifnr.
    select ebeln lifnr into table it_ekko from ekko where lifnr = lifnr.
    loop at it_ekko into wa_ekko.
    write : / wa_ekko-lifnr,
                wa_ekko-ebeln.
    endloop.
    Regards
    Madhan
    Edited by: Madhan Doraikannan on Oct 8, 2008 12:23 PM

  • FM/BAPI for creating the credit memo request for Vendor

    Hi Experts,
        I need an RFC/BAPI,  for creating the credit memo request for Vendor.
    Thanks in Advance,
    Kiruba.R

    Hi,
    Use this BAPI 'BAPI_DRMCREDITMEMOREQ_CREATE' - Credit Memo Request Creation
    Regards,
    Jyothi CH.

  • Bapi for Equipment BOM

    Is there any standard BAPI to create Equipment BOM? Tcode - IB01

    Hello,
    I use that bapi for create BOM but not equipement BOM.
    I find on forum, response wiche can help you :
    Equipment BOM Upload BAPI
    RFC / BAPI for Equipment BOM - IB01
    http://wiki.sdn.sap.com/wiki/display/ABAP/ECCstandardBatchInputprograms
    Thierry

  • ALE/IDOC and RFC/BAPI Integration Scenarios with SAP DS for ESA v3

    Hi,
    we are planning two PoCs of Integration Plattforms. One of our major requirement set is SAP Integration into our existing SOA.
    Because we also have R/3 4.7 Systems in production, we are planning to test ALE/IDOC and RFC/BAPI Integration scenarios with these Integration Plattforms.
    My question is:
    We are looking for are smart solution to get a SAP Test Environment, where we can test ALE/IDOC und RFC/BAPI Integration scenarios.
    It is possible to do this with SAP DS for ESA v3 or shall we better use IDES for that purpose?
    Best regards,
    Steven

    Hi Abhishek,
      This is our scenario. We are doing an integration of SAP HR r/3 system with the CRM system. We need housing information details of the employees which we have in custom infotype 9310 in SAP HR system and we need those details in the CRM system. So am planning out for an ALE/IDOC approach for the integration and gonna  maintain the 9310 details in a custom table. In the CRM system, we gonna build a BOL layer for accessing the 9310 details. Also i'm preparing a HLD for this process. I wanna read and go through few same HLD's before i submit my proposal to my client. Please suggest me and help me out.
    Thanks in advance.
    Regards,
    Arunmozhi.

  • Regarding the RFC FM/BAPI for validating IBAN

    hi all,
               Is there any RFC function module or BAPI for validation the IBAN number when creating vendor master data.

    Hi
    Check This BAPI
    BAPI_CREATE_IBAN
    Ranga

  • How to passing lowercase values to RFC/BAPI using webdynpro for JAVA

    Hi Exerts,
    When we sending values to RFC/BAPI through webdynpro (JAVA), the values are sent in capital (uppercase) letters to ECC.
    So if we fill xxxx, it is send like XXXX. Why? and how to avoid this?
    Thanks in advance,
    Joeri

    Hi,
    There could be two possibility if you are storing this value in ABAP table.
    1. You are entering value in UPPERCASE in your webdynpro application.
    2. The data stored in ABAP table, converts value in small to upper case.
    1.  Can you tell me how you are passing this value, is user entering value in some input field which is binded to some context and this value are you passing to RFC/BAPI...???
    Or else before passing value to RFC/BAPI you can use toLowerCase string function and the npass this value to RFC/BAPI
    e.g String name = wdContext().currentContextelement().getName().toLowercase();
    Now pass this name to RFC/BAPI is should go as lowercase only..
    This is from webdynpro java side..
    2. If you are storing this value in ABAP table, check the domain/type of variable in ABAP table for which you are storing the value. Ask ABAPper, so that this value are stored in small case letter.
    There is one tick in domain which you need to remove so that it stores in lower case. I dont have exact information but you can consult this with ABAPer.
    Hope this information helps guy ..!!!!
    Regards,
    Jigar

  • NO RFC Destination for BAPI

    Hi,
    I am working on ALE for Activity allocation. I am using 3 methods in my distribution model. I need to transfer data from ECC 6.0 source system to R/3 4.7.
    BUS6010 Method POST & CHECK
    BUS2072 Method FINDDETAILS
    I am using the Program RHINLV00_LSO to transfer data.
    When i execute this report it's throwing an error
    " NO RFC Destination for 2 BAPI's".
    An RFC Destination is created in SM59 to link the  two systems and i have distributed the distribution model to R/3 4.7.
    The Function modules are marked as Remote enabled function modules.
    Regards,
    Ramesh K.

    Hello,
    Did you test RFC destination whether the definition is working fine or not?
    You can test the destination,if it's working fine,then Bapis' should be able to execute.
    Thanks.
    Mark points if helpful.

  • NO RFC Destination for BAPI's

    Hi,
    I am working on ALE for Activity allocation. I am using 3 methods in my distribution model. I need to transfer data from ECC 6.0 source system to R/3 4.7.
    BUS6010 Method POST & CHECK
    BUS2072 Method FINDDETAILS
    I am using the Program RHINLV00_LSO to transfer data.
    When i execute this report it's throwing an error
    " NO RFC Destination for 2 BAPI's".
    An RFC Destination is created in SM59 to link the two systems and i have distributed the distribution model to R/3 4.7.
    The Function modules are marked as Remote enabled function modules.
    Regards,
    Ramesh K.

    Hi,
    After creating the distribution model with 3 methods in ECC 6.0 (source system). Generated Partner profile automatically from BD64. Then distributed the distribution model to the other system i.e., SAP R/3 4.7 successfully. Then created partner profile from that system automatically.
    Port, partner profiles,outbound parameters, inbound parameters were created successfully.
    Thanks
    Ramesh

  • Exist RFC Function or Bapi for insert Records form a external program?

    i create a Ztable same as tell me here:
    http://abaplovers.blogspot.com/2008/02/creating-table-in-sap.html
    5 String Fileds 2 Date Fields 2 Numeric Fields
    my question is exist a RFC Function or Bapi for insert Records form a external program (Delphi/Visual Basic)?
    Any advices?
    Thanks.

    hi madhurao123 thanks for answer.
    But Why block the Thread?
    This question is no so basic, yet never learn, the forum must be open to these questions maybe open a forum somewhere basic but must be able to do these basic questions.
    IT Toolbox commented the same thing, but if not here or ITtoolbox or where else can ask basic questions?
    Advise me, thank you.

Maybe you are looking for

  • Can I transfer recordings from one box to another?

    After a month of endless problems with my BTVision box they have finally agreed I have a problem and have sent me a replacement box. Over the month I did manage to record a few items but I will lose them if I change over to the new box. Can I transfe

  • How to print horizantal lines in smartforms main window  table

    hi ABAP gurus,        i am faceing the problem in smartforms main window, i created the table, in that header, main area, footer is coming and i am created the line type in that five culamns, i am specifing the header and main area data, after the pr

  • Error during installation SAP SAP NetWeaver Developer Studio

    Hello, Can somebody help installing SAP SAP NetWeaver Developer Studio? I get the message: SAP NetWeaver Developer Studio 2.0.0. Setup Wizard not Completed The SAP NetWeaver Developer Studio 2.0.0 Setup has not successfully installed all selected com

  • Proximity Sensor Issue, But It's Not The Proximity Sensor...

    So, has anyone had issues with apps that use the proximity sensor (like this one, for example: http://appshopper.com/utilities/touch-lcd-designer-speaking-clock)? I noticed, the bright light of the sun seems to be messing it up, and was wondering if

  • How to delete proxy Objects/structure in R/3

    Hi Experts, In my scenario i generated ABAP proxy. I want to delete that proxy now. I am selected the particular proxy and i deleted. but here only service interface only deleting. not deleting all objects like message type and data type and proxy ge