Project Systems Function Module

Hi All,
We are recieving data from one logical system to another logical system after reciving the WBS data in our logical system we have send this data outbound to another logial system.
Now after recieving the IDOC inbound i am able to geneate the IDOC for outbound so in BD60 against the message type PROJECT which fuction module do I need to use to generate the Outbound IDOC .
Could any one advise the above issue.
Regards,
Raghavendra.M
SAP-Practic.

Hi! I have the same problem, Could you tell me how resolve this issue?
I need to receive Projects from another system.
Regards!

Similar Messages

  • Collateral management system - function module reg

    Hi i need to fetch ASSET GUID and collateral aggreement GUID for an equipment in CMS Module...
    is there any function module for this ?

    this is like a f4 help for a file ..
    for persentation server we can use..
    FILE_GET_NAME or
    WS_FILENAME_GET or
    F4_FILENAME
    for application server use the function module..
    F4_DXFILENAME_4_DYNP
    regards,
    venkat

  • Regarding logical system function module....

    hi all,
      i migrated one interface program from 4.7 to ecc...both are  seperate servers.....its working fine in 4.7 system...when it came to ECC.there s no errors...but in testing they found tat some system id is missing like tat...in RFC they called one FM OWN_LOGICAL_SYSTEM_GET........please guided me in this....

    Ok sai. This interface is working in 4.7 why because it has the logical system name has been created and assigned to the client there. So, what you will do is take the logical system name given in 4.7. You can do that by going in to SALE tcode...under Basic Settings>Logical Systems>Assign Logical Systems
    Here select the client name, and click on the button next to "change/display", that is the Details button. Here you can see the logical system name. Note that.
    Now, in ECC 6.0, go into SALE tcode and then follow the same path...But instead of assign logical systems,select define logical systems. Now, click on New Entries button and then give the name you have in 4.7 and then give the same name in 6.0...and give a description. Save it..
    Come Back,, now click on assign logical systems and then move into change mode....then select the client u logged in with and then click on details tab and here change the logical system name. Give the logical system name you just defined. Save it...and come out.
    Now, try executing the Interface you migrated. And revert back with the error if there is any.
    Vishwa.

  • Pricing Schema for Project System

    Dear Sappers,
    I'm configuring Pricing Schema for Project System(PS) module.
    The requirement is, the schema will be in such a way that it supports both excise, CST, VAT and service tax.
    In PS module the user raises a Purchase Order having procurement of material as well as taking service from Vendor.For this in PO he will maintain both material as well as service.
    I'm configuring the Pricing schema in MM - Purchasing - Condition.
    My question is for materials procurement, everything is working fine.But for service respect to activity number I want to maintain service tax and other cess in condition record.
    But to maintain service tax & other cess for activity number, I want the access sequence of sevice to be in Purchasing.I've taken the standard table for Plant, Vendor, Purchase Organinzation and activity number combination from External Service management and making a new access sequence in MM - Purchasing.All fields are coming but for Activity number, it not taking the document structure and showing error.
    How to overcome this??
    Any suggestions will be highly appreciated.
    Warm Regards
    PKB

    Hi Pankaj,
    Thanks for your suggestions.
    As per you reply, the access sequence is already maintain in External Service Management.But I want to bring the same combination Plant, Vendor, Purchase Organizartion and Activity number that is Table 97 to MM - Purchasing - Conditions- Access Sequence.
    I've tried to do it, but when I'm creating in MM - Purchasing, all document structure is copying except activity number.What I analyse the error is due to application area.Activity number is MS (External Service Management) area but i'm trying to do in M(Purchasing)
    Even though when I enter manually MS for the access sequence system is not taking.
    Suggest me.
    Warm Regards
    PKB
    Edited by: Pranaya Barik on Dec 11, 2009 12:09 PM

  • Roll out  Project systems

    Hi,
    Could you share with me regarding the main configurations and checks to be done while roll out the project in the point of Projects Systems(PS) module
    Thanks
    sudheer

    Hi Sudheer,
    Link: http://help.sap.com/
    Path: SAP Best Practices --> Baseline Packages --> Based on SAP ECC 5.00 --> Select Country: for eg, Localized for India --> Technical Information --> Building Blocks --> Select Country for eg, India -->
    Topic: J12 - Project System
    Here you will get both Configuration guide & Development master list
    Also kindly visit following link
    http://www.sapprojectsystem.com/
    You can get reference material.
    Regards
    Tushar
    P.S.Reward points if you find answer useful.

  • How to debug a RFC function module remotely from another R/3 system?

    Hi experts,
       I have RFC function module in one R/3 system. I am calling this from another R/3 system that is cross apps (Xapps).
       This function module is Synchronous.
      Is it possible to debug this function module from cross apps?
      Can somebody give me the steps?
    Thanks & Regards
    Gopal

    Hi Shree,
       Can you explain it bit more?
       Do I have to call the function  module with "IN BACKGROUND TASK"?
       Or is it that I have to just put external breakpoint in the function module?
       Please help
    Thanks
    Gopa

  • How to debug a remote function module in calling system? Help!

    Hi Experts,
       I have a ABAP report (in System A) from where I am calling a remote function module which exists in a different system B.
    ABAP Program(System A)<----calls--
    RFC(System B)
    Can I debug the RFC funnction module in system A using ABAP debugger? In other words if i put a breakpoint on the "call function" statement then in debug mode I want to see that the control is going to system B and I should be able to process the FM code line by line. Is this possible?
    Is there any special transaction or settings?
    Is there any alternative?
    Please help
    Thanks
    Gopal

    hello,
    Try this method.
    first check whether RFC connection is working b/w 2 systems.
    if connection is working, then do like this.
    In System B , put endless loop in FM before some main select statement.
    like
    DATA : v_a TYPE c VALUE space
    DO  .
       IF v_a = 'X'.
         EXIT.
       ENDIF.
    ENDDO.
    the above code will be endleep loop.
    In system A, when cursor goes to CALL FUNCTION DESTINATION 'XXXXX'.
    u shud be logged in system B. the moment control comes to system B.goto tcode SM50 . check ur username . choose that particular  checkbox then in menu bar --> program/session --> Program --> Debugging.
    i hope it will help u.
    try & let us know.
    Thanks,
    Manjunath MS

  • Function module to know in which EHP is the system

    Hi,
    I am trying to find a Function Module which give me the release in which the system is. I need to know if it is ehp3 or ehp4. I know that I could use table CVERS. But I would like to know if the package is active or inactive.
    Thanks,
    Alejandro

    hi,
    since yopu have got hold of the table, I will suggest you, goto SE11->table name CVERS - > where used list for Function modules and you can get many FM as well as methods of classes. you can probably use them to identify system EHP.
    Some of them I found out:
    UPGI22_GET_COMPONENT_RELEASES    Read Component Releases
    UPGI22_GET_SINGLE_COMPREL        Cascaded Reading of a Component Release
    UPG_GET_COMPONENT_RELEASES       Read Component Releases
    UPG_GET_SINGLE_COMPREL           Reading a single component release
    ags.

  • System failure, during call of function module RSWR_RFC_SERVICE_TEST

    Hi Team,
         I am working with BW and Portal Integration, with the Netweaver
    2004s SP 11 version. I have a issue when i run the RSPOR_SETUP program
    to test the configuration.
    The error is on status 5 and 12, i get the following error:
    System failure, during call of function module RSWR_RFC_SERVICE_TEST,
    and when i enter at the dev_jrfc.trc log file, i have the following
    error:
    Exception thrown [Tue Jul 10 16:12:16,687]:Exception thrown by
    application running in JCo Server
    java.lang.RuntimeException: call FM RSWR_RFC_SERVICE_TEST to ProgId
    smxpedvc_PORTAL_EPD on host smxpedvc.grupoempresarialangeles.com.mx
    with SSO not authorized: No login module succeeded.
            at
    com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest
    (RFCDefaultRequestHandler.java:79)
            at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequest
    (RFCJCOServer.java:156)
            at com.sap.mw.jco.JCO$Server.dispatchRequest(JCO.java:7785)
            at com.sap.mw.jco.MiddlewareJRfc$Server.dispatchRequest
    (MiddlewareJRfc.java:2405)
            at com.sap.mw.jco.MiddlewareJRfc$Server.listen
    (MiddlewareJRfc.java:1728)
            at com.sap.mw.jco.JCO$Server.listen(JCO.java:8145)
            at com.sap.mw.jco.JCO$Server.work(JCO.java:8265)
            at com.sap.mw.jco.JCO$Server.loop(JCO.java:8212)
            at com.sap.mw.jco.JCO$Server.run(JCO.java:8128)
            at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:100)
            at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:170)
    Could you help me to solve this issue.
    Thanks so much.

    Have you checked the user that is used to connect from J2EE back to ABAP?
    I had a similar problem, went into the Visual Administrator and found the incorrect password (or possibly outdated password) was being used to communicate back to ABAP, and updating that sorted out my problem.
    Hope this helps.
    Cheers,
    Andrew

  • Get interface of RFC function modules in a remote system

    Hi,
    my goal is to write a report which checks if DDIC structures in two systems fit together when I use RFC`s.
    I have the destination and the name of the RFC.
    Can somebody tell me if I can get a list of the Importing/Exporting Parameters of this RFC? Maybe even with a typedescribtion?
    Thanks for you help.
    Best regards
    Lars
    Edited by: Lars-Eric Biewald  on May 21, 2008 8:39 AM

    Hello ,
    Thank you for your quick help.
    Here I have 3 ECC 6 system .
    1 Central systen
    2 Slave system
    Data will be updated to 2 slave system using RFC function module .
    We've already the SAP address, Client, User name , Password.. of the remote system
    So here how we will create RFC in SM59 to be used in the RFC call ?
    We will transfer the username, password , client in the RFC function module/..
    Here I do not know how to create RFC connection in SM59 and how to use them in ABAP
    Could you please help me ????
    Thanks

  • Transporting a Function Module from Dev to QA system

    Hi Experts,
    I developed a new Function Module in an existing Function Group. This is function group is the old one so already exists in QA as well. Now when I make a transport request what do I need to keep in that? Only my new FM or the FG also? If I transport only FM, will it not recognize automatically in QA that the already existing FG is its FG?
    Thanks in advance,
    Shiwesh

    Hi,
    If you are creating a request thru normal root  you need not worry about FG. System will automatically take care of it.
    Regards
    Raju Chitale

  • How to develope custom function modules in SAP R/3 system to maintain c...

    How to develope custom function modules in SAP R/3 system to maintain cross
    referencing tables for sales order number.

    Hi Raja,
    Steps to crate FM..
    Follow these steps..
    Go to the T: code SE37
    First You Create Function Group
    On That u specify
    Function Group Name..............
    Short Text..............................
    save...
    Go to SE 37
    Specify the Function Module Name: Eg: Z_Bapi_Materialmaster
    Short Text.......
    Save...
    Next Go to Attributes..
    Select Radio button : Remote enabled model
    Go to Parameters..
    Click Import...
    Give Parameter Type Associate type S.t
    next Click Export...
    Give Parameter Type Associate type S.t
    Next Click Tables Button..
    Specify tables..
    Next click source code button..
    Write Source code here..
    Eg : Select statements Etc..
    Finally we should be select the Radio button Enable remorely
    https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=39728
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/bapi%2bstep%2bby%2bstep
    Hope this information is useful to you..
    Reward points if it is usefulll....
    Thanks ,
    Satya Kumar..

  • Function module to get the file path in the system for TEMP folder

    Hi All,
    Is there any function module that I can use to get the file path in the system for TEMP folder.
    I mean, i am supposed to give only TEMP as the input for that function module and I need to get the path of that in the system as the output.
    I am unsing 4.0 version.
    Please advice.
    Regards
    Ramesh

    In Higher versions, we can use the below code:
    call method CL_GUI_FRONTEND_SERVICES=>ENVIRONMENT_GET_VARIABLE
        exporting
          VARIABLE   = 'TEMP'
        importing
          VALUE      = LV_TMP
        exceptions
          CNTL_ERROR = 1
          others     = 2.
      if SY-SUBRC <> 0.
        message id SY-MSGID type SY-MSGTY number SY-MSGNO
        with SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
      call method CL_GUI_CFW=>FLUSH
        exceptions
          CNTL_SYSTEM_ERROR = 1
          CNTL_ERROR        = 2
          others            = 3.
      if SY-SUBRC <> 0.
    Error handling
      endif.
      concatenate lv_tmp '\' into folder_path.
    But need to know in the lower versions like 3.1h and 4.0,

  • Third party system call function module/BAPI through RFC to update Z table

    Dear Friends,
    We have a third party system which directly inserts a Z table in SAP through its programming, which is an auditing issue.
    We want the third party system should call function module/BAPI through RFC so that the Z table gets updated.
    waiting for inputs..
    Thanks,
    Kumar

    if third party system is capable of making Remote Function call, then writing a Function module & making it remote enable is not difficult task in ABAP.
    You may have to prepare specifications first to decide if third party system is going to Read, insert, update, delete records from Zee table.

  • Function Module for getting the System time.

    Hello All,
    Which is the Function Module used in APO to get the system time?
    Thanks for your response in advance.
    Regards, Chirag

    Hi Chirag,
    Please try the following function modules
    1) /SAPAPO/CRES_GET_TIMESTREAM_BT
    2) /SAPAPO/OM_TIME_GET
    The field name for system time is UZEIT under
    structure SYST
    Also try
    3) CALENDAR_GET_TIMESTAMP
    4) SAL_CSM_RECEIVER
    I guess the third one will have your required data
    Regards
    R. Senthil Mareeswaran.

Maybe you are looking for

  • User-Specific Variable in Web Interface

    I have created a manual planning layout with User-Specific variables – one for Sale Group and one for Sales District. The variable successfully restricts user access to data when executed in SAP GUI. A Web Interface was successfully generated from th

  • Question about the E51

    Hey there people I'm a Nokia E51 user. My question is as follows: What theoretically happens if someone calls you while headphones are connected - without the adapter that includes a microphone? I know it's funny I'm asking that because you can just 

  • Can CRM 2015 Online use the CRM 2013 Email Router?

    We are trying to plan our upgrade to CRM 2015 Online from CRM 2013 Online. We currently use the CRM 2013 Email Router and want to know if we need to upgrade the email router immediately after the CRM server is upgraded or if we could wait a short per

  • What's the quickest way to slice up this image...

    I found this image and would like to slice it up into separate images. What's the quickest way to do this without having to manally select each one or manually draw slice lines? My idea was to get them all surrounded by a marquee or path, and then so

  • Why can't I import my package

    Ok, I am new to java and getting really frustrated. I have read through over 50 postings and nothing seems to work. Here is my problem. I have the following class definfitions located in c:java/classes in two different files hello_again.java package