Configuration on Paygrade structure

Hi all, i need help with the configuration as i cant find any online guide related to this topic.
If i wanted to set up a paygrade structure, how should i start with? create wage type and set up the structure?

Pay Grade Structure or Pay Scale Structure
Consists of Pay Scale Area , Pay Scale Type , Pay Scale Group , Pay Scale Level ..........
Say with the help of this PSGrade we can diffenrantiate the Employees based on hourly worker or salaried workers.........
of based on Pay sclae Grp and level
for more info Check the table T510  PSG and PSL
in context of indian pay roll we also have the allowance groupings

Similar Messages

  • Configuration of Payscale Structure and Paygrade Structure

    Hi SDN
    I need to configure Payroll (Singapore). I would like to ask is it possible to create both payscale structure and paygrade structure for my project?
    How do I go about configuring both structure? Is there any things to take note of while doing configuration for these structures.
    Please help as Im new with SAP HCM
    Many thanks in advance
    Regards
    Eisabess

    Personnel Calculation Rule:(PCR)
      A personnel calculation rule is a frame of work instruction that is checked with the existing conditions and a resulting action is performed. The Personnel Calculation rule allows one wage type to be processed in different ways in payroll accounting. The value of the standard pay wage type should be used as a basis of valuation for hourly wage earners. The value of the standard pay wage type should be divided by the planned working hours before being used as a basis of valuation for salaried employees.
    1 u2013 Hourly wage earner
    2 u2013 Monthly wage earner
    3 u2013 Salaried employee
    Collective Agreement Provisions: (CAP) :
    A standard agreement designates the same pay scale groups and level for both hourly wage earners and salaried employees, however the user must still be able to enter hourly or monthly values in the pay scale table.
    1 u2013 Industrial workers / hourly wage
    2 u2013 Industrial workers / monthly wage
    3 u2013 Salaried employee
    4 u2013 Non Pay scale employees
    5 u2013 Public servant

  • RFC 2 FLAT "Conversion configuration error: Unknown structure" MessageTrans

    Hello all,
    I want to use MessageTransformBean to map an RFC Call to a FlatFile in Receiver Adapter. As it is not FTP I can't use FCC.
    Everytime I start the processing I get the error:
    com.sap.aii.messaging.adapter.trans.TransformException: Error converting Message: 'java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:Z_FUNCTION' found in document', probably configuration error in file adapter (XML parser error)''; nested exception caused by: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'ns0:Z_FUNCTION' found in document', probably configuration error in file adapter (XML parser error)'
    I implemented everything according to [this|http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.htm] guide (complex conversion for receiver cc).
    I also tried to map the RFC to another XML structure, but the error was the same?
    Any ideas?
    Best regards,
    David

    You can probably find answers in these threads:
    Error in Receiver FCC: Unknown structure ... found in document
    Unknown structure 'ns0:MT_dbglgtr_FileName' found in document'
    Error in reciever file content conversion
    Regards,
    Ravi

  • 'Conversion configuration error: Unknown structure

    Hi, my scenario is very simple, Proxy->PI->File and there is no mapping.
    There is a report that sends all the data to PI with the proxy and that works OK, but when the file adapter must generate the file I get the following error:
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure 'n:WU_MT_BP' found in document', probably configuration error in file adapter (XML parser error)'
    The XML can't be wrong because the MT of the proxy service interface is the same that the MT of the file interface.
    In the file content conversion I specified all the structures, with fieldFixedLenghts parameter and endSeparator = 'nl'... I checked those parameters too and they look OK too...

    >>Unknown structure 'n:WU_MT_BP
    This looks clearly like a content conversion issue.
    In file content conversion for recordset structure,have you specified WU_MT_BP?
    Is this tag required or it shouldn't be coming in payload in first place.
    It is possible that the occurrence of this tag is optional and you may be specified/not-specified content conversion parameters for it.
    Thanks
    Aamir

  • Conversion configuration error Unknown structure Header found in document

    Hi,
    we are having the following target structure according to that we need to generate a file.
    Output file sample format:
    ACODESXXXX0001581012011-03-2209.12.42WARRANTY CAUSE CODES FILE
    ACODESXXXX000158102CCCORROSION INSPECTION
    ACODESXXXX00015810255CAVITY, PINHOLE
    ACODESXXXX00015810256BAD MACHINING
    BCODESXXXX0001581012011-03-2209.12.42WARRANTY COMPLAINTS CODES FILE
    BCODESXXXX000158102NCNO CUSTOMER COMPLAINT
    BCODESXXXX000158102XPCONSIDERATION
    BCODESXXXX00015810299OTHER
    BCODESXXXX000158199000000131
    CCODESXXXX0001581012011-03-2209.12.42WARRANTY CIRCUMSTANCE CODES FILE
    CCODESXXXX000158102 BLANK
    CCODESXXXX000158102AAT ENGINE START
    CCODESXXXX000158102BWHEN WARMING-UP
    Target  Record Structure:
    DT_Codes
              Record
                        ACodes      
                               Header
                               Details
                               Trailer
                         Bcodes
                               Header
                               Details
                               Trailer
                         Ccodes
                               Header
                               Details
                               Trailer
                         TWRNTY
                               Header
                               Details
                               Trailer
    In receiver file adapter we have given following content conversion parameters
    Content conversion Parameters :
    Recordset Structure*: A_Code.Header,A_Code.Detail,A_Code.Trailer,B_Code.Header,B_Code.Detail,B_Code.Trailer,C_Code.Header,C_Code.Detail,C_Code.Trailer,
    Name                                                                                value
    A_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
    A_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,3
    A_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
    B_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
    B_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,10
    B_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
    C_Code.Header.filedFixedLengths               4,5,7,8,2,3,4
    C_Code.Detail.filedFixedLengths               4,5,2,8,9,3,2,7,8,9,10
    C_Code.Trailer.filedFixedLengths                  4,5,2,2,3,3,4
    Now we are getting error "Conversion configuration error Unknown structure Header found in document"
    Please suggest solution for the error.
    thank you,
    Praveen.

    your content conversion parameters seem to be wrong.
    Do refer;
    /people/shabarish.vijayakumar/blog/2007/08/03/file-adapter-receiver--are-we-really-sure-about-the-concepts
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

  • Configuration of enterprise structure from Logistic Perspective

    Hi expert,
    I have to configure the enterprise structure from Logistic perspective for a roll out project.
    So please explain me step by steps configuration for this.
    I will be very grateful.
    Regards,
    Vivek

    HI
    Please find the details below.
    Client:
    Client is an environment where we are working. A client is an organisation term it is an independent unit in the system, each unit consist of own environment and there fore its has own master data or transaction data assigned ,user master records and chart of accounts.
    Master data:
    The data, which is the basis for all the SD processing.
    Type of Master Data:
    1.Organizational data: this is the structure of the company where by each business is represented by a hierarchical element.
    2. Customer master data: the data where all data regarding customer and material are stored.
    3. Documents: the business transaction is stored in the documents.
    4. Global Settings: it is one in which we define country keys and currencies.
    Company code:
    Legal entity and an independent accounting unit at company code level, where we create balance sheet and profit and loss accounts.
    Sales organization:
    An organizational unit that sells and distributes products, negotiates terms of sale, and is responsible for these transactions.
    Distribution channel:
    Channel through which materials or services reach customers. Typical distribution channels include wholesale, retail and direct sales. You can assign a distribution channel to one or more sales organizations.
    Division:
    Product groups can be defined for a wide-ranging spectrum of products. For every division you can make customer-specific agreements on, for example, partial deliveries, pricing and terms of payment. Within a division you can carry out statistical analyses or set up separate marketing.
    Sales area:
    Combination of Sales organisation, Distribution Channel, and division.
    Sales Office.
    Geographical aspects of the organization in business development and sales are defined using the term sales office. A sales office can be considered as a subsidiary.
    Sales offices are assigned to sales areas. If you enter a sales order for a sales office within a certain sales area, the sales office must be assigned to that area.
    Sales Group.
    The staff of a sales office may be subdivided into sales groups. For example, sales groups can be defined for individual divisions.
    Salespersons.
    Individual personnel master records are used to manage data about salespersons. You can assign a sales person to a sales group in the personnel master record.
    Plant:
    A plant is a place where either material are produced or goods and services provided.
    Storage location:
    Where we store the material.
    Shipping point:
    It is a physical location where we load the goods in order to deliver.
    Loading point:
    It is a point where we load and unload the material by means of equipments.
    Business Area.
    A unit in an enterprise, grouping product and market combinations as homogeneously as possible for the purpose of developing unified business policy.
    Financial Accounting (FI).
    A business area is an organizational unit within financial accounting which represents a separate area of operations or responsibilities within an organization.
    The system posts costs and revenue according to the business area.
    The business area can be Assigned to the:
    sales area (if the accounts are to be posted according to sales)
    plant/division (if the accounts are to be posted according to products)
    Financial accounting transactions can be allocated to a specific business area.
    Credit control area.
    Organizational unit in an organization that specifies and checks credit limits for customers. A credit control area can include one or more company codes. It is not possible to assign a company code to more than one credit control areas.
    SD
    1. Define Sales Organization --Ex 1000
    IMG -> Enterprise Structure -> Definition -> Sales and Distribution -> Define, copy, delete, check Sales organization
    2. Define Distribution Channel -- Ex 10
    IMG -> Enterprise Structure -> Definition -> Sales and Distribution -> Define, copy, delete, check distribution channel
    3. Define Division--Ex 20
    IMG -> Enterprise Structure -> Definition -> Logistics - General -> Define, copy, delete, check division
    4.Assigning Sales Organization to Company Code
    For example 1000<-->1000(Company code)
    IMG -> Enterprise Structure -> Assignment -> Sales and Distribution -> Assign Sales Organziation to Company Code
    5. Assigning Distribution Channel to Sales Organization
    For example 10<-->1000
    IMG -> Enterprise Structure -> Assignment -> Sales and Distribution > Assign distribution channel to sales organization
    6. Assigning Division to Sales Organization
    For example 20 <-->1000
    IMG -> Enterprise Structure -> Assignment -> Sales and Distribution -> Assign division to sales organization
    7. Set up Sales Area
    For example 1000 --10 --20
    IMG ->Enterprise Structure -> Assignment -> Sales and Distribution -> Set up sales area
    8. Assigning Sales Organization- Distribution Channel- Plant
    For example 1000 -- 10 -- 1000(Plant)
    IMG -> Enterprise Structure -> Assignment -> Sales and Distribution -> Assign sales organization - distribution channel - plant
    9. Define Shipping Points
    For example 1200
    IMG -> Enterprise Structure -> Definition -> Logistics Execution -> Define, copy, delete, check shipping point
    10 Assigning Shipping Point to Plant
    For example 1200 --- 1000
    IMG -> Enterprise Structure -> Assignment -> Logistics Execution -> Assign shipping point to plant.
    MM
    Go to SPRO > Enterprise Structure > Definition > Logistics - General > Here Define, copy, delete, check plant > Copy, delete, check plant
    Then go to Define Plant > Here change the Plant Name and Address.
    SPRO > Enterprise Structure > Definition > Materials Management > Maintain storage location > Here input your new plant and press enter, create new by "New Entries" option.
    SPRO > Enterprise Structure > Definition > Materials Management > Maintain purchasing organization > Here define new Purchasing organization.
    SPRO > Enterprise Structure > Assignment > Logistics - General > Assign plant to company code > here assign plant to co. code
    SPRO > Enterprise Structure > Assignment > Materials Management > Assign purchasing organization to plant
    Thanks & Regards,
    Kiran

  • Step by step process in configuring the enterprise structure for MM in IDES

    Can any one give the Step by step process in configuring the enterprise structure for MM in IDES.

    check below link for enterprise structure in MM.
    http://www.docstoc.com/docs/10940744/SAP-MMWM-Configuration-Doc
    If you are new to material management please refer to below thread which will be very useful.
    New to Materials Management / Warehouse Management?

  • Error in configuration of Property Structures

    Hi all.
    We have encountered a problem in the KM configuration of our portal (EP6 SP2). When selecting the configuration path "Content Management -> Global Services" the following error message is displayed:
    Invalid folders: Property Structures
    When I click on the link "Property Structures" I get the following error:
    Invalid folders: Property Groups
    Invalid classes: Property Structure
    Then, when I click on the link "Property Structure" I get around 50 lines of the following error message:
    Unexpected error in the client configuration checker of configuration class ".../Property Structures/Property Structure". System error is "java.lang.NullPointerException".
    Beneath the error messages, the property structures are displayed, but I cannot edit them or create new ones.
    I get the same error when trying to display Property Groups. Group Renderer is working fine.
    Does anybody have any idea what is causing this error?
    Many thanks,
    Jakob

    Hi Detlev
    Thank you very much!! I will try it.
    I found some more log file entries that may be associated to this problem. They are in the same log file, but from one day earlier:
    #1.5#C0000A117C4F000A000000AE0046B6DB0003F415B9E49D70#1112799080390#com.sapportals.wcm.service.propertystructure.cm.ItemListConfigChecker#irj#com.sapportals.wcm.service.propertystructure.cm.ItemListConfigChecker#System#0#####Client_Thread_14##0#0#Error##Plain###Could not initialize ItemListConfigChecker of the PropertyStructureService. No check will be available#
    #1.5#C0000A117C4F0013000000420013981B0003F3FF34ACD520#1112702356084#com.sapportals.wcm.service.propertystructure.cm.StructureStore#irj#com.sapportals.wcm.service.propertystructure.cm.StructureStore#System#0#####Client_Thread_5##0#0#Error##Plain###Item with ID gcp:BC_Method has been defined twice in one structure. This is not allowed. Item will only be available once.#
    In the Property Structure Service it appears that the ItemListConfigChecker is not working. And in one of the structures there is a method defined twice.
    If any of this casts new light on the problem, then please let me know. In any case thank you very much for your help!!
    Jakob

  • Configuration of Enterprise Structure...

    Hi all,
    We have just finished blueprint phase and need to start configuration. I am supposed to start configuration of Company code, business area, personnel area, subarea, cost centers and wage types.
    We do not have FI implemented and so we need to create comp. code ourselves. Earlier my FI consultant always created comp codes and bus. areas. I am planning to go to IMG - enterprise str. Definition and comp. code and copy existing to the new one.. Is this the right process. If so, after i do this, what other changes do i need to do...
    Please suggest.
    Thanks,
    Ana

    hai
    ANA
    we had three structure
    Enterprise structure -  company code
                                     personal area
                                     personal sub area
    personal structure      Employee grp
                                    Employee sub grp
    organisational structure  org units
                                       jobs
                                      positions
    AND cc is created by FI guys but u have to assign that code to company
    under assigments hope  u got go ahead no probs
    if still have doubts let me know
    Edited by: Sikindar on Apr 7, 2008 7:55 PM

  • Configured Item BOM Structure..

    Dear Techies,
    I am facing a big issue for getting the bom structure for a configured item (configured thr the sales order form)..
    when i use the hierarchial query in this case i get the correct result..
    but my requirement is such that i hve to use the query below..
    however it returns all the options in option class BOM..
    However the ideal thing is that it shld only return the option selected.
    That is i want only the related child items of the configured item (ie the ordered item in our case)
    my query looks as below..
    select a1.a1_item ordered_item, c1.c1_item,c1.c_desc1,c1_type, c2.c2_item,c2.c_desc2,c2.c2_type,c3.c3_item,c3.c_desc3,c3.c3_type
    from
    (select msi.segment1 a1_item,bbom.assembly_item_id a1_asb_id,
    bbom.bill_sequence_id a1_seq_id
    from mtl_system_items_b msi,bom_bill_of_materials bbom
    where bbom.assembly_item_id = msi.inventory_item_id
    and bbom.organization_id = msi.organization_id
    and msi.segment1 like 'XX'
    and msi.ENABLED_FLAG = 'Y'
    and msi.organization_id =123) a1, --returns the configured item details
    (select msi.segment1 c1_item, msi.description c_desc1,msi.item_type c1_type,bic.component_item_id c1_comp_id,
    bic.bill_sequence_id c1_seq_id
    from mtl_system_items_b msi,bom_inventory_components bic
    where bic.component_item_id = msi.inventory_item_id
    and nvl(bic.disable_date,sysdate+1) > sysdate
    and msi.organization_id =123) c1,
    (select msi.segment1 a2_item,bbom.assembly_item_id a2_asb_id,
    bbom.bill_sequence_id a2_seq_id
    from mtl_system_items_b msi,bom_bill_of_materials bbom
    where bbom.assembly_item_id = msi.inventory_item_id
    and bbom.organization_id = msi.organization_id
    and msi.organization_id =123) a2,
    (select msi.segment1 c2_item,msi.description c_desc2,msi.item_type c2_type,bic.component_item_id c2_comp_id, msi.description c2_desc,
    bic.bill_sequence_id c2_seq_id
    from mtl_system_items_b msi,bom_inventory_components bic
    where bic.component_item_id = msi.inventory_item_id
    and nvl(bic.disable_date,sysdate+1) > sysdate
    and msi.organization_id =123) c2, --returns the first level child ie the Option Class BOM
    (select msi.segment1 a3_item,bbom.assembly_item_id a3_asb_id,
    bbom.bill_sequence_id a3_seq_id
    from mtl_system_items_b msi,bom_bill_of_materials bbom
    where bbom.assembly_item_id = msi.inventory_item_id
    and bbom.organization_id = msi.organization_id
    and msi.organization_id =123) a3,
    (select msi.segment1 c3_item,msi.description c_desc3,msi.item_type c3_type,bic.component_item_id c3_comp_id, msi.description c3_desc,
    bic.bill_sequence_id c3_seq_id
    from mtl_system_items_b msi,bom_inventory_components bic
    where bic.component_item_id = msi.inventory_item_id
    and nvl(bic.disable_date,sysdate+1) > sysdate
    and msi.organization_id =123) c3 -- here it returns all the options for bom while it shld return only the related option in respect to the configured item
    where
    a1.a1_seq_id = c1.c1_seq_id(+)
    and c1.c1_comp_id = a2.a2_asb_id(+)
    and a2.a2_seq_id = c2.c2_seq_id(+)
    --and c1.c1_type not like 'ATO'
    --and c2_item not like '%WARRANTY'
    --and c2_type not like 'AOC'
    --and c2_type not like 'PH'
    and c2.c2_comp_id = a3.a3_asb_id(+)
    and a3.a3_seq_id = c3.c3_seq_id(+)
    --and c3_item not like '%WARRANTY')
    --and c3_type not like 'AOC'
    --and c2_type not like 'PH'
    is there any field which can control this unrelated child items to the configured item 'XX'
    Thanks in advance
    Rajesh

    shivjhan,
    You can add sub-ATO to a parent ATO and if the supply type != Phantom, then you can generate indented ATO Item BOM.
    However, the OC does not form a level.
    So if your ATO model is
    Computer ATO
      - Hard Disk OC
          - 250GB
          - 320 GB
    The * BOM looks like this
    Computer ATO*12345
       -- Hard Disk OC
       -- 250GB
    But you can do the following
    Computer ATO
       - Hard Disk ATO
         - Hard Disk OC
             - 250GB
             - 320 GB
    Now the * ATO will look like this
    Computer ATO*12345
    -- Hard Disk ATO*12346
       -- Hard Disk OC
       -- 250GB
      Hope this helps,
    Sandeep Gandhi

  • Reciever file adapter configuration for Deep structure

    Hi Experts,
                     I have a idoc to file scenario in which i used a data type for file in below format:
    DT_Test
    -->Recordset(0.unbounded)
    >E21DPU1(0.unbounded)
    >field1
    >field2
    >E21DPU5(0.unbounded)
    >filed 3
    >filed 4
    >E21DP03(0.unbounded)
    >filed 5
    >filed 6
    Here DT_test is datatype name,Recordset is a structure name which contain E21DPU1, E21DPU5,E21DPO3 stucture inside it.Now,E21DPU5 and E21DPO3 structures are under E21DPU1.
    I am confused in creating content conversion parameters i.e what we have to mention in Recordset Stucture .
    I used E21DPU1,,E21DPU5,,E21DP03,* .should it work for deep structure.
    Thanks
    Deepak

    Hi,
    file adapter does not handle 2 level deep structures
    the easiest way to do it now is to go for abap or java mapping
    and create a line for each of the output lines and handle this in the file adapter
    so like <line> </line>
    <line>E21DPU1(0.unbounded) with fields </line>
    <line>E21DPU5(0.unbounded) with fields </line>
    <line> etc. </line>
    Regards,
    Michal Krawczyk

  • How does Configurator's directory structure work? Can database/devices be recognized once they're "lost"?

    Yes this is as bad as it sounds. Configurator started freezing and crashing today. It asked to be reinstalled after "Core Data" errors. I went to a back-up and started overwriting the existing directories, but nothing seems to work. I've copied about 200 resource files into every resource directory I can find, but each time I open Configurator, it doesn't see the 230+ devices it has configured.
    Does anyone have any advice on how to do this? Is there some file that can be deleted and rebuilt? There's so much I fail to understand about this software.
    And make sure everyone backs things up more often than I do.
    Thanks!

    Yes this is as bad as it sounds. Configurator started freezing and crashing today. It asked to be reinstalled after "Core Data" errors. I went to a back-up and started overwriting the existing directories, but nothing seems to work. I've copied about 200 resource files into every resource directory I can find, but each time I open Configurator, it doesn't see the 230+ devices it has configured.
    Does anyone have any advice on how to do this? Is there some file that can be deleted and rebuilt? There's so much I fail to understand about this software.
    And make sure everyone backs things up more often than I do.
    Thanks!

  • Configuring Personal Information - structure field Default_Begda not found

    Hello,
    I am using ECC5 and EP7.  I get the below Internal Server error when attempting to view -
    Addresses
    Bank Information
    Personal Data
    The initial exception that caused the request to fail, was:
       com.sap.tc.webdynpro.progmodel.context.ContextConfigurationException: DataNodeInfo(FcPersInfo.InitPernr.InitPernrOutput.Subtypes): <b>structure field Default_Begda not found</b>
        at com.sap.tc.webdynpro.progmodel.context.DataAttributeInfo.init(DataAttributeInfo.java:299)
        at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initUnmappedAttributes(NodeInfo.java:687)
        at com.sap.tc.webdynpro.progmodel.context.DataNodeInfo.doInit(DataNodeInfo.java:238)
        at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:671)
        at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:674)

    Hi,
    I am using ECC 5.0 with EP 6.0 SP 19.
    HR-Package support pack is 15.
    I am also facing the same issue.
    Kindly let me know the solution to this problem.
    Regards,
    Manoj

  • Configuring Project source Structure.

    When I create any project, IDE considers "src" as source packages folder and "test" as test packages folder.
    Instead I want to configure the IDE to use "src/java" as Source Packages and "src/test" as Test Packages.
    I tried editing build.properties under $HOME/.jstudio/Enttrp1/build.properties file and adding
    src.dir=src\\java
    test.dir=src\\testI restarted the IDE and tried creating new project, but the IDE did not consider these values and more over the "Source Packages" node went missing.
    Please Help me in configuring the IDE to fit my needs.

    You can edit the nbproject/project.properties file, making the src.dir and test.src.dir properties point to whereever you want. Just make sure that the directories they point to exists at the moment you open the project.
    You can as well add other source and tests source roots top the project alongside the default ones. To do this, right click on your project's node, choose Properties->Sources and add/remove folders under Source Package Folders or Test Package Folders.

  • XML UWL Configuration for custom structure in container

    Dear UWL experts,
    We are adding a structure type: ZPRC_UWL_CUSTOM with 10 fields to a Workflow Task container and call it V_UWL_CUSTOM
    Inside the structure, there are several fields called, for example:
    V_OBJECT
    V_SUBJECT
    V_AUTHOR
    We have trying hard, but we cannot find a way to make reference to the V_OBJECT, V_SUBJECT and V_AUTHOR fields from the UWL XML.
    We tried things like:
    <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalId" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="V_UWL_CUSTOM" type="string" displayName="V_UWL_CUSTOM"/>
    </CustomAttributeSource>
    <CustomAttributeSource id="ABAP_BOR" objectIdHolder="V_UWL_CUSTOM" objectType="ZPRC_UWL_CUSTOM" cacheValidity="final">
              <Attribute name="V_OBJECT" type="string" displayName="Object Name"/>
    </CustomAttributeSource>
    Could you please help us here?
    Thanks and kind regards,
    Sergio Martinez
    Edited by: Siralos on Oct 31, 2011 3:38 PM

    Hi,
    I only can assume how things are in your system, but I hope that you have a container element V_UWL_CUSTOM in your workflow container. Then you are binding it to the task container V_UWL_CUSTOM, right?
    If the above is correct, then you need to create individual elements in your task container:
    V_OBJECT
    V_SUBJECT
    V_AUTHOR, etc.
    Do binding from workflow container to the task container:
    V_UWL_CUSTOM.V_OBJECT -> V_OBJECT
    V_UWL_CUSTOM.V_SUBJECT -> V_SUBJECT
    V_UWL_CUSTOM.V_AUTHOR -> V_AUTHOR
    Etc.
    If you cannot do the binding from workflow container (=you don't have the element in WF container because of some strange reason), then things get a bit more interesting...
    Regards,
    Karri

Maybe you are looking for