Assigning a 0LANGU field

Hello all,
A custom datasource is getting me text fields for allowance type. When I try to schedule it gives me a warning 'Assign a language field to the IOBJ LANGU; long text'.
Details of this warning:
This can lead to:
the extractor delivering all languages from the source system when the load is executed (generic extractors)
error RSAR 527 or
runtime error INVALID_TEXT_ENVIRONMENT.
Procedure:
Procedure
Select the language field as a selection field in DataSource ZBXB_ALW_TYPE_TEXT maintenance in source system PHECLNT010 and assign this field to InfoObject 0LANGU in transfer rule maintenance in BW.
In the BW Scheduler, tab page Updating, switch on error handling for cases where a DataSource does not contain a language field. Choose the option Updating Valid Records: Reporting Possible (request green). Enter a value in the field Cancel According to Number of Errors that is greater than the expected number of incorrect records.
A prerequisite for using error handling is that data has to be loaded using the PSA. You can set this in transfer rule maintenace in BW.
I initially ignored this, but now when I am trying to load data, it errors when there is a entry with a same long text for 2 fields.
Eg:
Country  Function           Shrt Desc     Lang Key
AT         All of comp       Abandonment   DE
DE        All of comp       Abandonment   DE
The description for this is:
Diagnosis
    There are duplicates of the data record 1 & with the key 'ABANDONMENT O
    D &' for characteristic ZHRALWTYP &.
System response
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.
Kindly reply.
Thanks & Regards,
KP

Hi KK,
In general you will wind up with susch errors, if u forgot to map any o fhte fields inur DS to an object in ur BW.
Check ur Transfer Rules for that Ds and then assign that 0lang fields to an object in BW.
One more thing while maintaingn master data if u get dulicate recor errors you can eliminate that error by making these changes in ur infopak
Goto Processing tab of ir Infopak.
There select radio button Only PSA
   Next select two Check boxes there.
      one for updating data targets
      Another one for ignoring duplicate records.
Regards,
Rajkandula

Similar Messages

  • Error in creating InfoPackage "Assign a language field to IOBJ 0LANGU"

    Hi Guys,
    Im having a problem in B.I using tcode rsa1old .Upon creation of InfoPackage for IX_MAT_TEXT which is material name an error occur.
    "Assign a language field to IOBJ 0LANGU; danger of short dump" . But when I create a IX_MAT_ATTR, no problem encountered.
    How can I solve this? all are activated...
    Please help . Will reward points.
    Thanks in advance
    aVaDuDz

    Hi,
    Please find the steps below:
    1. Open the transfer rule and if it is language dependent then map it with appropriate field by selecting the language field and the field to be mapped and using arrow to map.
    2. If it is not language dependent and you want to add EN as constant as mentione by Shashank above then, click on the "X" sign next to the field and once a pop up comes select the option "Constant" and there you add the value EN. save and re-activate the Info Source. It will work.
    Please close the question.

  • Assigning a form field to a variable in XSL in rtf template

    Hi,
    I have this code:
    <?xdoxslt:set_variable($_XDOCTX, 'x', 0)?>
    <?if:_-Basic._Total_Jobs_=''?>0<?end if?>
    <?xdoxslt:set_variable($_XDOCTX, 'x', -Basic_._Total_Jobs_ )?>
    <?xdoxslt:get_variable($_XDOCTX, 'x')?>
    This code is supposed to be initialising a variable and a form field if it's null, and
    then assigning the form field value to the variable. But I am not getting
    any value from the get_variable function.
    Any ideas?
    Thanks,
    - Jenny

    I figured it out. The bind variable substitution works as designed. It was just my head that wasn't working right.

  • Company code ZG01 is not assigned to a fiELD status variant

    HI,
    I have created company called 'zg01'.
    when i try to create a GL ACCOUNT FOR this company using (FS00) i am getting the following error.
    Company code ZG01 is not assigned to a fiELD status variant.
    FOR YOUR INFORMATION I HAVE CREATED COA  and assign the same to the company ZG01.
    Please suggest....
    also suggest  how to i transport GL Accounts used by other companys of my system to my newly created company code : zg01.
    so that i can save creation of GL ACCOUNT.

    You have to maintain field status variant and assign it to your company code. This is required for GL master data.
    1. Define Field status variant in SPRO>Financial Acctg>Financial Acctg Global Settings>Document>Line Item>Controls>Define Field status variant. You create the field status variant and the field status group.
    2. Assign the Field Status group to your company code SPRO>Financial Acctg>Financial Acctg Global Settings>Document>Line Item>Controls>Assign Company Code to Field Status Variants
    Once you have defined this you will be able to assign field status group to your GL master data.
    The use of Field Status Group is to determine the required/displayed/optional fields during posting transactions.

  • Error in FB60 - Additional account assignment required for field BSEG-HBKID

    Hi Experts
    While posting an Invoice for a particular company code in FB60, we are facing the following error :
    "Additional account assignment required for field BSEG-HBKID"
    Message no. F5A122
    Diagnosis
    Additional account assignment has to be carried out for some fields on the detail screen.
    System Response
    Error message
    Procedure
    Select the relevant items and call up the detail screen.
    We are unable to post any Non PO Based Invoices in this company code.
    Kindly guide us on possible methods to rectify this error.
    Regards
    MM

    Dear,
    First Check the setup as described by Atif,
    Also in OBC4 you will not find HBKID field, for this u need to select appropriate FSG, Under Payment Transaction Group please check if own Bank field is optional or not. by doing this as optional system will show House ban Field in Payment Tab of FB60, will be enabled and there will be two field one for House Bank and Other will be for Account ID.
    Hope this helps.
    Br, Vivek

  • LSMW - Problem while assigning the quantity field to the target structure

    Hi,
    Here I am getting the warning while I am maintaing the field mapping and conversion rules .  Here I am doing this through the Batch input Recording.
    That is , while I am assigning the source field to the target structre field .
    " <b>WARNING : Source field is longer than target field</b> "
    plz help me to remove that warning.
    Thank you

    in lsmw  use char field instead quantity of same length(in stucture defined in lsmw).

  • Dynamic Type assignment to a Field symbol

    Hi All,
    I am using the below statement in one of my programs.
    ASSIGN COMPONENT 1 OF STRUCTURE <lfs_dyn_colwa> TO <lfs_dyn_field>.
    It works fine, but if the first field of structure <lfs_dyn_colwa> is a very large character field, only 29 characters are assigned to <lfs_dyn_field>. am I doing something wrong here.
    <lfs_dyn_field> is not assigned previously. The table <lfs_dyn_colwa> is a dynamic table with field names known only at run time.
    I tried a lot but could not find any solution.
    Any help is appreciated.
    Thanks,
    Mz

    Hi Rahul, Keshav
    Sorry if i didnt mention before. But i am using type any for both of my field symbols.
    In the middle of processing, i am creating a structure for <lfs_dyn_colwa> dynamically as a work area.
    I want to assign the first field of the work area to my second field symbol <lfs_dyn_field>.
    If first field of the work area is having a character size of more than 30, only the first 29 are getting copied to the field symbol <lfs_dyn_field>.
    First field of the table <lfs_dyn_colwa> is of type c10.
    second field of the table <lfs_dyn_colwa> is c160.
    the first field is copied alright.
    the second field is copied only upto the 29th character.
    Thanks for the prompt response.
    Mz

  • Customizing assignment of a field to a column

    Hi,
    I'd like to customize mappings between a field property and a column of
    a table in the datastore; I'd like to use the
    PropertiesReverseCustomizer in order to
    modifiy the default mapping.
    For exampe, suppose these two tables exist in the schema:
    FOO(FOO_ID PRIMARY KEY, FIRST_BAR_ID FOREIGN KEY REFERENCES BAR.BAR_ID,
    SECOND_BAR_ID FOREIGN KEY REFERENCES BAR.BAR_ID)
    BAR(BAR_ID PRIMARY KEY)
    By default, the reverse mapping tool generates these two classes:
    class Foo {
         Long fooId;
         Bar bar;
         Bar bar1;
    <mapping>
    <package name="test">
    <class name="Foo">
    <jdbc-class-map type="base" table="FOO"/>
    <jdbc-class-ind type="subclass-join"/>
    <field name="fooId">
    <jdbc-field-map type="value" column="FOO_ID"/>
    </field>
    <field name="bar">
    <jdbc-field-map type="one-one"
    column.BAR_ID="SECOND_BAR_ID"/>
    </field>
    <field name="bar1">
    <jdbc-field-map type="one-one"
    column.BAR_ID="FIRST_BAR_ID"/>
    </field>
    </class>
    </package>
    </mapping>
    class Bar {
         Long barId;
         List bars;
         List bar1s;
    <mapping>
    <package name="test">
    <class name="Bar">
    <jdbc-class-map type="base" table="BAR"/>
    <jdbc-class-ind type="subclass-join"/>
    <field name="barId">
    <jdbc-field-map type="value" column="BAR_ID"/>
    </field>
    <field name="bars">
    <jdbc-field-map type="one-many"
    ref-column.BAR_ID="FIRST_BAR_ID" table="FOO"/>
    </field>
    <field name="bars">
    <jdbc-field-map type="one-many"
    ref-column.BAR_ID="SECOND_BAR_ID" table="FOO"/>
    </field>
    </class>
    </package>
    </mapping>
    I rename the properties of the Foo class, in this way:
    test.Foo.bar.rename=firstBar
    test.Foo.bar1.rename=secondBar
    The problem is that the customizer still maps the "firtBar" to the
    column "BAR.SECOND_BAR_ID" and "secondBar" is mapped to "BAR.FIRST_BAR_ID".
    So, I implemented PropertiesReverseCustomizer.customize(FieldMapping
    fieldMapping):
    public boolean customize(FieldMapping fieldMapping) {
         super.customize(fieldMapping);
         if(fieldMapping.getFullName().equals("test.Foo.firstBar")){
              OneToOneFieldMapping oneToOneFieldMapping =
    (OneToOneFieldMapping)fieldMapping;
              ForeignKey foreignKey =
    oneToOneFieldMapping.getTable().getForeignKey(FIRST_BAR_RELATION);
              oneToOneFieldMapping.setForeignKey(foreignKey);
         if(fieldMapping.getFullName().equals("test.Foo.secondBar")){
              OneToOneFieldMapping oneToOneFieldMapping =
    (OneToOneFieldMapping)fieldMapping;
              ForeignKey foreignKey =
    oneToOneFieldMapping.getTable().getForeignKey(SECOND_BAR_RELATION);
              oneToOneFieldMapping.setForeignKey(foreignKey);
         return true;
    But the result is very strange. In fact, these are the generated classes:
    class Foo {
         Long fooId;
         Long secondBarId;
         Bar bar;
    class Bar {
         Long barId;
         List bars;
    I really can't undestand why, but I supposed that switching the
    ForeignKey object is not the right solution, so I tried this way:
    public boolean customize(FieldMapping fieldMapping) {
         super.customize(fieldMapping);
         ForeignKey foreignKey = null;
         if(fieldMapping.getFullName().equals("test.Foo.firstBar")){
              OneToOneFieldMapping oneToOneFieldMapping =
    (OneToOneFieldMapping)fieldMapping;
              ForeignKey foreignKey =
    oneToOneFieldMapping.getTable().getForeignKey(FIRST_BAR_RELATION);
         if(fieldMapping.getFullName().equals("test.Foo.secondBar")){
              OneToOneFieldMapping oneToOneFieldMapping =
    (OneToOneFieldMapping)fieldMapping;
              foreignKey =
    oneToOneFieldMapping.getTable().getForeignKey(SECOND_BAR_RELATION);
         if(foreingKey!=null){
              ClassMapping classMapping =
    tool.getClassMapping(fieldMapping.getTable());
              ClassMappingInfo classMappingInfo = classMapping.getMappingInfo();
              MappingInfo mappingInfo =
    classMappingInfo.getField(fieldMapping.getName());
              FieldMetaData fieldMetaData = fieldMapping.getMetaData();
              Mappings.setForeignKey(mappingInfo,null,foreignKey);
         return true;
    But the variable classMappingInfo is NULL!!!
    I think that my goal is not so difficult, I just want to assign a given
    field to a table column which is decided by me, but I can't understand
    how I can do it.c

    Claudio-
    > I rename the properties of the Foo class, in this way:
    >
    > test.Foo.bar.rename=firstBar
    > test.Foo.bar1.rename=secondBar
    >
    > The problem is that the customizer still maps the "firtBar" to the
    > column "BAR.SECOND_BAR_ID" and "secondBar" is mapped to
    "BAR.FIRST_BAR_ID".
    What happens if you switch them? I.e.:
    test.Foo.bar.rename=secondBar
    test.Foo.bar1.rename=firstBar
    Claudio Tasso wrote:
    Hi,
    I'd like to customize mappings between a field property and a column of
    a table in the datastore; I'd like to use the
    PropertiesReverseCustomizer in order to
    modifiy the default mapping.
    For exampe, suppose these two tables exist in the schema:
    FOO(FOO_ID PRIMARY KEY, FIRST_BAR_ID FOREIGN KEY REFERENCES BAR.BAR_ID,
    SECOND_BAR_ID FOREIGN KEY REFERENCES BAR.BAR_ID)
    BAR(BAR_ID PRIMARY KEY)
    By default, the reverse mapping tool generates these two classes:
    class Foo {
    Long fooId;
    Bar bar;
    Bar bar1;
    <mapping>
    <package name="test">
    <class name="Foo">
    <jdbc-class-map type="base" table="FOO"/>
    <jdbc-class-ind type="subclass-join"/>
    <field name="fooId">
    <jdbc-field-map type="value" column="FOO_ID"/>
    </field>
    <field name="bar">
    <jdbc-field-map type="one-one"
    column.BAR_ID="SECOND_BAR_ID"/>
    </field>
    <field name="bar1">
    <jdbc-field-map type="one-one"
    column.BAR_ID="FIRST_BAR_ID"/>
    </field>
    </class>
    </package>
    </mapping>
    class Bar {
    Long barId;
    List bars;
    List bar1s;
    <mapping>
    <package name="test">
    <class name="Bar">
    <jdbc-class-map type="base" table="BAR"/>
    <jdbc-class-ind type="subclass-join"/>
    <field name="barId">
    <jdbc-field-map type="value" column="BAR_ID"/>
    </field>
    <field name="bars">
    <jdbc-field-map type="one-many"
    ref-column.BAR_ID="FIRST_BAR_ID" table="FOO"/>
    </field>
    <field name="bars">
    <jdbc-field-map type="one-many"
    ref-column.BAR_ID="SECOND_BAR_ID" table="FOO"/>
    </field>
    </class>
    </package>
    </mapping>
    I rename the properties of the Foo class, in this way:
    test.Foo.bar.rename=firstBar
    test.Foo.bar1.rename=secondBar
    The problem is that the customizer still maps the "firtBar" to the
    column "BAR.SECOND_BAR_ID" and "secondBar" is mapped to "BAR.FIRST_BAR_ID".
    So, I implemented PropertiesReverseCustomizer.customize(FieldMapping
    fieldMapping):
    public boolean customize(FieldMapping fieldMapping) {
    super.customize(fieldMapping);
    if(fieldMapping.getFullName().equals("test.Foo.firstBar")){
    OneToOneFieldMapping oneToOneFieldMapping =
    (OneToOneFieldMapping)fieldMapping;
    ForeignKey foreignKey =
    oneToOneFieldMapping.getTable().getForeignKey(FIRST_BAR_RELATION);
    oneToOneFieldMapping.setForeignKey(foreignKey);
    if(fieldMapping.getFullName().equals("test.Foo.secondBar")){
    OneToOneFieldMapping oneToOneFieldMapping =
    (OneToOneFieldMapping)fieldMapping;
    ForeignKey foreignKey =
    oneToOneFieldMapping.getTable().getForeignKey(SECOND_BAR_RELATION);
    oneToOneFieldMapping.setForeignKey(foreignKey);
    return true;
    But the result is very strange. In fact, these are the generated classes:
    class Foo {
    Long fooId;
    Long secondBarId;
    Bar bar;
    class Bar {
    Long barId;
    List bars;
    I really can't undestand why, but I supposed that switching the
    ForeignKey object is not the right solution, so I tried this way:
    public boolean customize(FieldMapping fieldMapping) {
    super.customize(fieldMapping);
    ForeignKey foreignKey = null;
    if(fieldMapping.getFullName().equals("test.Foo.firstBar")){
    OneToOneFieldMapping oneToOneFieldMapping =
    (OneToOneFieldMapping)fieldMapping;
    ForeignKey foreignKey =
    oneToOneFieldMapping.getTable().getForeignKey(FIRST_BAR_RELATION);
    if(fieldMapping.getFullName().equals("test.Foo.secondBar")){
    OneToOneFieldMapping oneToOneFieldMapping =
    (OneToOneFieldMapping)fieldMapping;
    foreignKey =
    oneToOneFieldMapping.getTable().getForeignKey(SECOND_BAR_RELATION);
    if(foreingKey!=null){
    ClassMapping classMapping =
    tool.getClassMapping(fieldMapping.getTable());
    ClassMappingInfo classMappingInfo = classMapping.getMappingInfo();
    MappingInfo mappingInfo =
    classMappingInfo.getField(fieldMapping.getName());
    FieldMetaData fieldMetaData = fieldMapping.getMetaData();
    Mappings.setForeignKey(mappingInfo,null,foreignKey);
    return true;
    But the variable classMappingInfo is NULL!!!
    I think that my goal is not so difficult, I just want to assign a given
    field to a table column which is decided by me, but I can't understand
    how I can do it.c--
    Marc Prud'hommeaux
    SolarMetric Inc.

  • How to assign tables to field-symbols

    how can i assign tables to field-symbols

    Hi Raj,
    Declare a fields symbol of type table, see below syntax:
    FIELD-SYMBOLS <FS> [<type>|STRUCTURE <s> DEFAULT <wa>].
    and then create an internal table and write the below code;
    ASSIGN itab to <fs>.
    Refer below eg:
    TYPES: BEGIN OF line,
             col1 TYPE c,
             col2 TYPE c,
           END OF line.
    DATA: wa TYPE line,
          itab TYPE HASHED TABLE OF line WITH UNIQUE KEY col1,
          key(4) TYPE c VALUE 'COL1'.
    FIELD-SYMBOLS <fs> TYPE ANY TABLE.
    ASSIGN itab TO <fs>.
    also see below link:
    http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb387a358411d1829f0000e829fbfe/content.htm
    Regards,
    Sunil

  • BP Transaction : Assign values to fields upon selection of BP role ?

    Hi All,
    I want to assign values to Grouping and Account Group fields in BP transaction in CRM.
    Is there any BADI or Userexit to achive the same. If possible kindly explain the steps to be implemented to use the BADI.
    Thanks & Regards,
    Navneeth K.

    Hi Navneeth,
    There are 2 ways to approach this :
    1. You can create an application transaction for the standard transaction BP. This will open the transaction in whichever role you require, default a groupng, and allow you to control some other initializaittion parameters. This is very similar the transaction variant mentioned above by Adil.
    You can explore 'Application Transactions' through SPRO->Cross Application>SAP Business Partner-> Business Partner> BAsic Settings>Business Partner Roles>Define Application Transactions.
    2. To default grouping , you can use BADI BUPA_NUMBER_GROUP. THe BADI will receive the list of groupings that will be shown in the dropdown .Write the implementation so as to remove unwanted groupins and keep only the number groupig you wish to default.
    Hope this helps.
    Cheers,
    Rishu.

  • Assigning value to Field - Symbol ( which is type of internal table field )

    Hi All,
      I am facing problem to assign the value to a field symbol. My requirement is creating a dynamic internal table and populate values into that internal table, so that i can display the values .
      I am having a structure with fields like status , Plant1 name , Plant2 name.....Plant n .
      So i declared an internal table it_tab with this structure.
      I am having one more table which having number of records for Plant1 ,Plant 2 ,....Plant n based on some condition.
      I need to count the number of records for Plant1 and i need to put in the internal table it_tab.
      For this i created field-symbol .
    Here, t_deployment table will have the plants 1,2,3...and
         t_devobject will have some records for these plants.
    LOOP AT T_DEPLOYMENT. 
    clear w_count.
    LOOP AT T_DEVOBJECT WHERE ZDEPLOYMENT = T_DEPLOYMENT-DOMVALUE_L AND
                              ZADSTATUS = '10'.
    w_count = w_count + 1.
    ENDLOOP.
    concatenate 'it_tab-' t_deployment-domvalue_l into var_bet_name.
    assign var_bet_name to <bet_var_name>.
    now my internal table field i.e. it_tab-plant1 came into <bet_var_name> . But i want to assign a value for it.
    at last what i need is it_tab-plant1 = w_count.
    whaterver the w_count has value that needs to assign to it_tab-plant1. But i don't want to assign directly it it_tab-plant1. I want to assign dynamically. Because tommorrow some more plants added to t_deployments , i don't want to make changes to my program. It should take care....w/o changing the program.
    I tried the following statement.
    (<bet_var_name>) = w_count. But its not working.
    Please let me know how i can get this.
    Thanks in Advance.
    Pavan.

    Hi pavan,
    As ur requirement is creating a dynamic internal table,
    try the following way,
    remember the fieldcat should be of type LVC not SLIS.
    BUILD LT_LVCFIELDCAT in a way that, the value from the internal table becomes the fieldname
    ex:-
    loop at it_models INTO WA_MODELS.
        LS_LVCFIELDCAT-FIELDNAME = WA_models-MODEL.
        LS_LVCFIELDCAT-SELTEXT = WA_models-MODEL.
    append ls_lvcfieldcat to lt_lvcfieldcat.
    endloop.
    DATA: DREF TYPE REF TO DATA,WA_REF TYPE REF TO DATA.
    FIELD-SYMBOLS: <TEMP_TAB> TYPE TABLE, <TEMP_WA> TYPE ANY.
    CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE
        EXPORTING
          IT_FIELDCATALOG = LT_LVCFIELDCAT
        IMPORTING
          EP_TABLE        = DREF.
      ASSIGN dref->*  TO <TEMP_TAB>.
    now basing on the fieldcatalog <temp_tab> is build.
    NOW FILL <TEMP_TAB>.
    WHILE FILLING, ASSIGN COMPONENT IDX/NAME.....
    this statement will be very usefull.
    i hope this will be help full.
    pls reward the points if it helps u.
    regards
    Hyma

  • Assigning value to field in proxy report

    Hello,
    I am writing the abap report for sproxy.
    The link to the field in structure is very long.
    e.g. it-fault_message_mt-request-calldata-requester-gid = 'Z12345'.
    In the structure one field in calldata is ADDITIONAL_ATTRIBUTE which is of table type.
    I want to assign values to the fields of ADDITIONAL_ATTRIBUTE.
    When I click on field ADDITIONAL_ATTRIBUTE we can see line type ZFAULT_MESSAGE_ADDITIONAL_ATTR and this line type is having NAME as on of the field.
    I want to pass value to field NAME.
    Regards,
    Neelambari

    Hi,
    Create a work area as line type. and loop at table type into work area.
    *wa like line type
    *loop at table_type into wa.
    *wa-name = Value.
    *append wa to target table type.
    ****target table type structure should be  same as that of source table type. *****
    Sachin

  • Sap Query custom field assigned to wrong field group (in extract)

    Hello,
    I want to add an extra field to InfoSet /SAPQUERY/MEBANF at EBAN level. I added a field in a normal way:
    I fill it with a constant value. I adapted Sap Query:
    In result, I got the value in new column but only for certain rows:
    The value is there only for EBAN rows which have EBKN entries related.
    I checked the program, and my new field is added to field group %fg07 with some other fields from table EBKN (not EBAN):
    Fields from field group %fg07 are inserted to extract only in event get EBKN, so if there is no entries in EBKN, my field will not be inserted into extract:
    I tried a lot of things (assigning my field to new field group in InfoSource, adding a field on EBKN level). I can say that every extra field created by me was assigned to field group &fg07.
    Am I doing something wrong?
    The target is to add new field in the document overview panel in ME2xN transaction. I know that there is user-exit EXIT_SAPLMEQUERY_002 where I can specify a Z* query. But this solution requires a copy of InfoSet and query to Z*. Adding a new field to standard Sap query is the fastest way.
    Message was edited by: Rafal Matuszewski
    Now I tried to append EBAN table with my Z* field. I regenerated InfoSet and query but the result is still wrong:
    insert EBAN-GSFRG into %fg06.
    insert EBAN-ZUGBA into %fg06.
    insert EBKN-VBELN into %fg07.
    insert EBKN-AUFNR into %fg07.
    insert EBKN-KOSTL into %fg07.
    insert EBAN-ZZDELIV_DATE_MRP into %fg07.   <-- here again the Z* field is assigned to field group related to EBKN table

    Thanks Sandra

  • Fb60 business place field value assign to branch field

    Hi Experts,
    for vendor invoice creation in fi by using fb60 t.code i am giving business place & all required fields. My requriment is that business place value assign into branch name by using j_1i7_get_bussiness_place function module.suggest how to assign & how to develop logic in this function module(in ecc6.0).
    Regards,
    babu

    Thanks a lot,
    I am not referring to "Business area" here, but i am looking for the "Business Place / Section Code" fields.
    While doing Down Payment Request to Vendor in F-47, I want to fill  "Business Place / Section Code" fields but they are suppressed.
    And this field cannot be controlled through FSG / Posting Keys.
    Thanks,
    Pavan.

  • Is it possible to get the total value for column and assign to other field

    hi,
    Is it possible to get the total value of particular column and assign that value to another field?
    How to do this?
    Thanks in advance,
    SAN

    Afridi,
    My extended controller class code:
    package xxhr.oracle.apps.per.selfservice.appraisals.webui;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.OAException;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.message.OAMessageStyledTextBean;
    import oracle.apps.per.selfservice.appraisals.webui.OverviewPageCO;
    import oracle.jbo.Row;
    public class XXOverviewPageCO extends OverviewPageCO {
    public XXOverviewPageCO() {
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    if(pageContext.getParameter("XXCalcAvgButton")!=null){
    throw new OAException("welcome",OAException.INFORMATION);
    //getSum(pageContext, webBean);
    private String getSum(OAPageContext pageContext, OAWebBean webBean) {
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    OAViewObject ratvo = (OAViewObject)am.findViewObject("CompetenceElementsVO");
    OAViewObject valuevo = (OAViewObject)am.findViewObject("PerRatingLevelsVO");
    Integer Sum = new Integer("0");
    int numofRows = ratvo.getRowCount();
    for (int x = 0; x < numofRows; x++) {
    Object Rating =
    ratvo.getRowAtRangeIndex(x).getAttribute("ProficiencyLevelId");
    if(Rating!=null) {
    int numofRowsforvalue = valuevo.getRowCount();
    for(int i=0;i<numofRowsforvalue;i++){
    if(valuevo.getRowAtRangeIndex(i).getAttribute("RatingLevelId").equals(Rating)){
    Object StepValue=valuevo.getRowAtRangeIndex(i).getAttribute("StepValue");
    Sum = new Integer(StepValue.toString()) + Sum;
    OAMessageStyledTextBean displayCompAvg=(OAMessageStyledTextBean)webBean.findChildRecursive("XXCompAvgText");
    displayCompAvg.setValue(pageContext,Sum);
    return null;
    But it is not affecting in the page.
    Can you please tell me what is the problem.

Maybe you are looking for

  • Linking to a SPECIFIC place in a document

    Hello, I am wanting to link from specific text in one document to a specific location in another document.  I have created Named Anchors in the document that I want to specific text to link to.  The code is listed below:      <span class="style2">CHS

  • Partial delivery with BAPI_SALESORDER_CREATEFROMDAT2

    Dear All, Is there a way to force partial delivery in BAPI_SALESORDER_CREATEFROMDAT2 ? By default "complete delivery" is chosen. I read somewhere that people fixed the issue using transaction OVZJ but in my case, this solution is not satisfactory bec

  • Two important problems with GWIA

    I have two major problems in GroupWise 8 SP2 with the latest HP. First, something I arose at another facility with HP2 and that in this new server with HP3 still happens, the file is lost gwac.db every 5 days at 0 hours exactly. Something I could fix

  • OIM 10g Rule elemen modification

    Hi all, I added an user defined field to Requests. And i need to define a process dertermination rule choosing Request Information then my udf field. But in the Request Information list, my udf field does not exist. Moreover there are more fields in

  • Why is Description not editable ?

    Although I CAN now use Description (using one of Doug's Scripts), I am wondering what on earth was the thinking behind Apple introducing a tag that can't be keyed or edited in the normal way?