Attributes of PO to be passed on to GR

Is there a standard config (aside of FI Substitution) to pass on the PO line item text to the accounting document of GR ?
Thanks
Gayathri

A simple business case is where the user who analyses the GL account items, would like to see the PO item text in the accounting doc line item text (BSEG-SGTXT).
Since this information needs to flow from PO to the accounting doc, I was looking for either a std config in MM which facilitates a mapping of this kind.
Having an FI substitution is a secondary option...
Thanks
Gayathri

Similar Messages

  • What are the different values available for type attribute

    Hi,
        I am working with IDOC to Stored Procedure. For each field we need to give the values for 'isInput' and 'type' attributes. I need to pass values for 'datetime' and 'numeric' fields. What are the list of values availabIe for 'type' attribute. I know only about 'CHAR' attribute.
         Can anybody please tell me what all the values availabe for attribute 'type'. I am facing this problem while giving the value for type attribute.
    Thanks in Advance,
    Murthy.

    Does this help
    tring
        Data that contains a combination of letters, numbers, and special characters. String data types are listed below:
    CHARACTER: Fixed-length character strings. The common short name for this data type is CHAR.
    VARCHAR: Varying-length character strings.
    CLOB: Varying-length character large object strings, typically used when a character string might exceed the limits of the VARCHAR data type.
    GRAPHIC: Fixed-length graphic strings that contain double-byte characters.
    VARGRAPHIC: Varying-length graphic strings that contain double-byte characters.
    DBCLOB: Varying-length strings of double-byte characters in a large object.
    |BINARY: A sequence of bytes that is not associated with a |code page.
    |VARBINARY: Varying-length binary strings.
    BLOB: Varying-length binary strings in a large object.
    |XML: Varying-length string that is an internal representation |of XML.
    Numeric
        Data that contains digits. Numeric data types are listed below:
    SMALLINT: for small integers.
    |INTEGER: for large integers.
    |BIGINT: for bigger values.
    DECIMAL(p,s) or NUMERIC(p,s), where p is precision and s is scale: for packed decimal numbers with precision p and scale s. Precision is the total number of digits, and scale is the number of digits to the right of the decimal point.
    |DECFLOAT: for decimal floating-point numbers.
    REAL: for single-precision floating-point numbers.
    DOUBLE: for double-precision floating-point numbers.
    Datetime
        Data values that represent dates, times, or timestamps. Datetime data types are listed below:
    DATE: Dates with a three-part value that represents a year, month, and day.
    TIME: Times with a three-part value that represents a time of day in hours, minutes, and seconds.
    TIMESTAMP: Timestamps with a seven-part value that represents a date and time by year, month, day, hour, minute, second, and microsecond.
    Regards
    Ravi

  • Pass Bean Name as a parameter?

    Hi,
    Is it possible to pass the bean name as a parameter to the method? In that case, we can pass the bean name as a String to the calling method?
    Thanks
    Aishu

    You can use f:param, f:attribute or f:setPropertyActionListener to pass "parameters" to the method.
    Also see [http://balusc.blogspot.com/2006/06/communication-in-jsf.html].

  • Passing Database Constant as a default value to EBS TCA API??

    My synch BPEL process calls EBS TCA (Trading Community Architecture) APIs via Apps Adapter to create and update Organizations (Parties) and Customers (Accounts) accordingly. TCA provides two types of APIs to do the same job - one uses record types and tables as parameters, while the other uses object types as parameters and is called Business Object(BO) API. I am using BO for my solution.
    One of the features of the Update API (hz_org_cust_bo_pub.*update*orgcust_bo) is you can pass a database constant (FND_API.G_MISS_CHAR) as a parameter value in order to nullify an existing value. Ex: AddressLine2 for a customer address has now changed and does not exists anymore. In order to update and existing value to NULL, you are required to pass one of the following constants as a parameter value.
    Following is a formal description of these optional parameter values from the TCA Reference document.....
    Optional IN parameters do not have default values. An attribute value that is not
    passed in is assumed to have a default of null for a Create API. For an Update API, if a
    particular attribute value is not passed into the API, then the database retains the
    existing value. In order to set a database value to null, the calling program must
    explicitly set the attribute value to one of the following constants, based on the data
    type of the attribute.
    +• FND_API.G_MISS_NUM for NUMBER type. (or FND_API.G_NULL_NUM)+
    +• FND_API.G_MISS_CHAR for VARCHAR2 type. (or FND_API.G_NULL_CHAR)+
    +• FND_API.G_MISS_DATE for DATE type. (or FND_API.G_NULL_DATE)+
    ISSUE:
    I am unable to pass and have the value FND_API.G_NULL_CHAR be treated as a constant by the API. When this value is passed by the BPEL process to the Apps Adapter (API) it gets passed as a string literal, as such, does not get treated as a database constant by the API. Also, on creating the apps adapter for this particular API (TCA BO) a wrapper program is NOT created. So, I can't modify the wrapper (as it does not exist) to pass this FND_API constant. The only option I can currently think of is to write my own custom PL/SQL package that calls the standard API and in turn have the custom package be called by the apps adapter. But, I am hoping this is not the only option, it takes away several benefits.
    Any thoughts will be greatly appreciated.
    ilyas

    I think that may be your only option. I haven't implemented this using the Apps Adapter but in order to get this functionality you need to have implmented the security architecture where you login as an Apps User, not APPS.
    I would raise a SR for this as this may be a bug.
    cheers
    James

  • Default attribute in XSD is not working..???

    i have created one BPEL process which will read xml file for which i have created
    xsd file. In this xsd i have specified some elements Which are the parts of ComplexType with default attribute. But when i pass empty data for thos elements
    then it is not taking their Default values whic i have specified in xsd.
    Can anyone plz help me out..??
    Thanks a lot
    -Mishit

    i have created one BPEL process which will read xml file for which i have created
    xsd file. In this xsd i have specified some elements Which are the parts of ComplexType with default attribute. But when i pass empty data for thos elements
    then it is not taking their Default values whic i have specified in xsd.
    Can anyone plz help me out..??
    Thanks a lot
    -Mishit

  • Error in committing data while using dynamic attributes

    Hi,
    Module: Performance Management
    Page: Give Final Ratings: Main Appraiser
    Here, I have used dynamic attributes to show the competency name without segments.
    I have added this attribute through controller and i passed value to this attribute in the same ProcessRequest method.
    But, when the manager tries to complete the appraisal for his employee by pressing the continue button in the above mentioned page, the following exception is throwing.
    "This competence already exists within the assessment."
    Is this dynamic attribute will be the problem for this?
    can any one please tell me?
    Thanks in advance,
    SAN

    Hi,
    If you added the column from Extended Controller. It should be a transient attribute to the VO and I think it should not create any issues.
    Error "This competence already exists within the assessment." looks like from an FND Message , You can try to debug this issue by finding the FND Message Name corresponding to the error and search the Message Name in the seeded code.
    -Idris

  • How to customize attribute in root element?

    I'm using TSQL to generate an XML file from a SELECT query.  I'm 99% of the way to creating the precise format the client requires.  Here's the top portion of what I currently have:
    <Feed>
    <Interaction>
    <TransactionDate>2012-01-17T19:18:26.703</TransactionDate>
    The ONLY thing I want to change is to add an attribute to the root element so that things look like this:
    <Feed xmlns="http://www.bazaarvoice.com/xs/PRR/PostPurchaseFeed/5.6">
    <Interaction>
    <TransactionDate>2012-01-17T19:18:26.703</TransactionDate>
    That's it.  But I've read 20+ different discussions about this and nothing works.
    Might anyone have a solution?
    Robert W.

    Hi,
    Maybe you can refer to the following URL,
    to try to solve your questions.
    http://stackoverflow.com/questions/12726426/tsql-for-xml-add-schema-attribute-to-root-node
    | SQL PASS Taiwan Page |
    SQL PASS Taiwan Group
    |
    My Blog

  • Journal Import Attributes not processed

    Hi,
    I'am loading data in an interface table to create journal lines using Standard Journal Import program and I am passing values in attributes fields in my interface table. The attributes are for the table GL_JE_LINES.
    After processing of Journal Import, my journal lines are created but no information appears in the attribute fields.
    I have pass Context value as well.
    I can't find why attribute values are not taken by Journal import.
    Please help
    Vik

    Hello,
    Yes it was argument7 when submitting the request via fnd_request.submit - the value should be either O- without validation or W- with validation.
    , p_argument1 => l_interface_run_id
    , p_argument2 => TO_CHAR(fnd_profile.value('GL_ACCESS_SET_ID'))
    , p_argument3 => 'N'
    , p_argument4 => NULL
    , p_argument5 => NULL
    , p_argument6 => 'N'
    , p_argument7 => 'O'-- import dff
    , p_argument8 => 'Y'
    Thx
    vik

  • Passing value to RFC

    Hi Friends
    I have a requirement where I have to pass few values from Adapter Module to RFC which will update the database table.
    Example: I have to pass filename and filesize to RFC which will update the table X
    Could someone provide me the snippet of the code.
    Thanks
    Abhishek Mahajan

    Hi Abhisek,
    Through UDF, you can access the Adapter Specific Attributes like File Name and pass the same to RFC.
    Pls go through
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70c89607-e4d9-2910-7280-f6746e964516
    Hope this will resolve.The code snippete is written there.
    Regards,
    Subhendu

  • Where are attribute values when developing custom adapter?

    Hello,
    I am developing custom adapter for IDM 8. When the server wants to make reconciliation it calls method listObjects in my case and getUser. I wanted to ask if I am able to get values attributes of user which is passed to this method as parameter. Also how it is in general possible to get values of attributes in these methods. There is schemaMap which Maps names of resource attributes to IDM attributes (their names) but where do I get the values? Thank you very much for help.
    Martin
    PS: I have extended schema so not only AccountId which can be called by accountId = getIdentity(user). I need other atributes too.

    I have assigned work to implement custom adapter that can talk to our target applications? Can you please let me know the steps I need to follow to implement custom connector?
    Thanks
    Sudarsan

  • Passing argument to function

    hi to all
    i have one querry
    i want to pass an argument to function through jsf tags
    can you help me out
    how i will do it
    <h:selectOneMenu id="listSP" value="#{ProfileInit.selectedItem}" immediate="true">
    <f:selectItems value="#{ProfileInit.populateSubStationsName}" />
    </h:selectOneMenu>
    public populateSubStationsName(String a,String b){
    i want to pass two argument to "populateSubStationsName()" method
    is it possible
    i heard about the tag name "attribute" is it possible to pass through this tag

    Yes, it is. See [1]. But I doubt if you actually need this. Reading the articles at [2] and [3] may give new insights.
    [1] http://balusc.blogspot.com/2006/06/communication-in-jsf.html
    [2] http://balusc.blogspot.com/2007/09/objects-in-hselectonemenu.html
    [3] http://balusc.blogspot.com/2007/10/populate-child-menus.html

  • Context root attributes of interface contrls can't be mapped in this ver.

    hi experts!!
    I am trying to map two DC context attributes. actually I need to pass one argument to another. without passing arguments i can navigate within each other. But bit confused on how to pass arguments to another dc context.
    please give some idea
    nikhil

    Hi Nikhil,
                   U can find the tutorials & sample application here
    https://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    regards
    Sumit

  • Update EO attributes when the corresponding VO atttibutes are calculated

    Hi All,
    An existing VO on an existing PLSQL EO when opened in Editor displays the EO table attribute fields (attribute1 - 15) as calculated. The corresponding ViewAttribute(s) in VO XML definition do not refer to the EO Attributes.
    We need to pass table attribute fields to the PLSQL API (setting the EO attributes will suffice since EO attributes are input to PLSQL API) so that they also get updated in the DB call. Setting the VO attributes does not help (probably because no mapping between VO and EO attributes). If we set these table attributes directly in the DB (via a seperate DB call), the EO PLSQL API execution resets these attributes to the old values.
    Please let me know if a solution exists.
    Thanks and Regards
    Harjan

    Hi Steve
    Thanks for the reply and apologies for my tardy follow-up.
    2 comments following your post:
    1) In the returnListener backing method I added your EL helper to set the binding directly:
    public void returnDialog(ReturnEvent returnEvent) {
      String eventNoStr = (String)returnEvent.getReturnValue();
      // eventNo.setSubmittedValue(null);
      // eventNo.setValue(eventNoStr);
      EL.set("#{bindings.EventNo.inputValue}", eventNoStr);
      // AdfFacesContext adfContext = AdfFacesContext.getCurrentInstance();
      // adfContext.addPartialTarget(eventNo);
      // adfContext.partialUpdateNotify(eventNo);
    }If I don't include the commented out lines, the fk field is not updated on the screen, nor after a submit. I understand where you're coming from with your EL helper routine here and would have expected this to update the binding at minimum (visible after a submit). Obviously as this isn't updated, the other fk fields aren't either.
    2) I've seen the ADF SRDemo approach and not a big fan as the LOV screen and pageDef through the inclusion of the calling page's iterator is not generic. This implies a LOV screen cannot be re-used across several locations in your app as it needs the hardcoded iterator from the previous screen.
    Ideally the launchListener on the calling page could pass in the EL binding string to update, and the closeDialog call on the LOV could update this setting. The other fk fields would then automagically be updated in the calling screen. I tried getting your EL helper routine to set the binding directly via EL.set("#{data.editEventBookingsPageDef.EventNo.inputValue", value); in the closeDialog routine, but no luck.
    Any suggestions?
    Thanks for your assistance,
    CM.

  • Error when updating 0CUSTOMER Attributes

    Dear Experts,
    I'm trying to update the 0CUSTOMER Attributes.
    The data is passed to the PSA with no errors, but when I process the DTP I'm having an error in one record.
    The error is the following:
    Diagnosis
        Data record 4103 & with the key '0000103940 &' is invalid in value 'G &
        E LOGISTICS INC# &' of the attribute/characteristic 0NAME &.
    System Response
        The system has recognized that the value mentioned above is invalid, and
        has processed this general error message. A subsequent message may give
        you more information on the error. This message refers to the same
        value, even though it does not state this explicitly.
    Procedure
        If this message appears during a data load, maintain the attribute in
        the PSA maintenance screens. If this message appears in the master data
        maintenance screens, leave the transaction and call it again. This
        allows you to maintain your master data.
    I've checked SDN but only found similar erros in the object 0MATERIAL but couldn't understand the resolution.
    Could you give me a help?
    Thanks in advance.
    Best Regards,
    Rui Romba

    Hi,
    Your psa data have wrong/bad data.
    its have special characters(&,#). bw won't allow to load them to dso/cube.
    So you need delete the your failed request from target and edit psa.
    reload again to target.
    Here is wrong one: Bold letters.
    Data record 4103 & with the key '0000103940 &' is invalid in value 'G &
        E LOGISTICS INC# &' of the attribute/characteristic 0NAME &.
    Once you delete the red request from target, at PSA, keep filter on filed 0NAME and find the wrong entry.
    edit it by manual and save it.relaod the data.
    Use - RSKC for specical cases.
    Thanks

  • Method, parameters and attributes

    Dear SAP friends!
    Could anybody explain me how to find possible values of a parameter?
    Here is an example:
       CALL METHOD o_picture->set_display_mode
           EXPORTING
             display_mode = cl_gui_picture=>display_fit_center.
    Parameter "display_mode" has 4 possible values. The parameter values could be found in Attributes Tab.
    But how I can identify that these 4 values are related to "display_mode" parameter?
    Let's say I want to use method "set_display_mode" of class "cl_gui_picture".
    I go to SE84 and display the class. Then I find the method I want to use and click "parameters". Then I see the parameter "display_mode".
    I know that possible values of the parameter could be found in Attributes Tab. But there so many of them...
    How do I know which is which?  Clicking on "display_mode" doesn't give any information and there is no documentation available in English... 
    Thanks,
    Tatyana

    Yes, this is a little bit tricky at times.  But the class, method, attributes are designed to be intuitive, meaning that the wording of the methods and and attributes are described in such a way that it is easy to recoginize what contansts can be used to pass to method calls.  Lets take the class CL_GUI_DOCKING_CONTAINER for example.  Lets look at the CONSTRUCTOR method  and its parameter  SIDE.  You will see that this parameter is of TYPE I and that it is actually using on of the constants as its default,  DOCK_AT_LEFT.  So if you go to the attributes tab and look for DOCK_AT_LEFT, you will find other contants that are available to pass to this parameter.
    If you are looking for a hard list of values(or constants in attributes tabs) which can be passed to any given parameter of any given method,  I do not believe that this functionality exists.
    REgards,
    Rich Heilman
    Regards,
    Rich Heilman

Maybe you are looking for

  • THIS INSTALLATION PACKAGE COULD NOT BE OPEN

    This Installation Package could not be open, Verify you can access it, or contact the application vendor to verify that this is a valid windows installer package. I try a lot of options to install itunes or quicktime and give me the same message. Oth

  • Windows 8.1 installation: Black screen with blinking cursor

    Hi! Trying to install Windows 8.1 on my MacBook Pro. Worked fine last time I tried. Now, however, using the same DVD, after `Press any key to boot to CD or DVD...`, I'm taken straight to a black screen with a blinking cursor and nothing is happening.

  • Apple with a line across it

    I did some update this morning and during the restarting process the usual grey Apple icon appeared but with a white band going horizontally across the middle. The spinning "working" dashes beneath it seemed to stop in mid-spin. I tried holding the p

  • How to activate browser(to top) whenever chat applet recieves new  message

    This is problem with Chat applet. This chat applet is placed in a web page. It is working fine with all the messages recived. But my problem is , the page(if winow is minimized)) sholud activate to top of all applications whenever applet recieves a n

  • Regarding INitailization event.

    Hi All, Using INITIALIZATION event we can give default input value to selection screen in range. but we can give like this also(parameters: file like table-field default 1000 and for select-option also ) then what is the use of initialization event .