CREATION OF VALAUATION TYPE

hello alll.
I AM USING OMWC TCODE FOR CREATING NEW VALUATION TYPE AND ASSIGNED THAT TO ACCOUNT CATEGORY REFERENCE.BUT WHEN I SAVE THE DATA IN DEVELOPMENT SERVER,THERE IS NO REQUEST GENERATED.HOW I TRANSPORT THIS REQUEST TO TESTING SERVER.
SPRO-->MM>VALUATION AND ACCIOUNT ASSIGNMENT>SPLIT VALUATION>CONFIGURE SPLIT VALUATION>CLICK ON GLOBAL TYPES>CREATE
AFTER CREATING VALUATION TYPE NO REQUEST IS GENERATED IN SYSTEM.
PLS ASAP
REGARDS
SUMIT SIMRAN

ok

Similar Messages

  • Error in creation of Object Type from XML passed

    Hi,
    I am facing a problem creating a appropriate a object type for a XML.
    Below are the details:
    XML Passed
    <mer_offer_action_data>
    <form_id>
    134039588
    </form_id>
    <action_cd>
    OA
    </action_cd>
    <offer_decline_reason_cd>
    </offer_decline_reason_cd>
    <start_dt>
    </start_dt>
    <candidate>
    <ds_prs_id>
    109315
    </ds_prs_id>
    <ds_prs_id>
    110534
    </ds_prs_id>
    <ds_prs_id>
    110059
    </ds_prs_id>
    </candidate>
    </mer_offer_action_data>
    Types Declaration
    +CREATE OR REPLACE type MER_OFF_CANDIDATE
    AS
    OBJECT
    DS_PRS_ID NUMBER
    CREATE OR REPLACE TYPE MER_OFF_CANDIDATE_t
    AS
    TABLE OF MER_OFF_CANDIDATE;
    CREATE OR REPLACE type MER_OFFER_ACT_DATA
    AS
    OBJECT
    FORM_ID NUMBER,
    ACTION_CD VARCHAR2(6),
    OFFER_DECLINE_REASON_CD VARCHAR2(6),
    START_DT VARCHAR2(11),
    CANDIDATE MER_OFF_CANDIDATE_t
    CREATE OR REPLACE TYPE MER_OFFER_ACT_DATA_t
    AS
    TABLE OF MER_OFFER_ACT_DATA;
    CREATE OR REPLACE type MER_OFFER_ACTION_DATA
    AS
    OBJECT
    MER_OFF_ACT_DATA MER_OFFER_ACT_DATA_t
    /+
    My Declaration
    +merOffActDataXML      xmltype;
    merOffActData     MER_OFFER_ACTION_DATA := MER_OFFER_ACTION_DATA(MER_OFFER_ACT_DATA_t());+
    Inside Pl/SQL block
    +-- Converts XML data into user defined type for further processing of data
    xmltype.toobject(merOffActDataXML,merOffActData);+
    when I run the Pl/Sql block it gives me error
    ORA-19031: XML element or attribute FORM_ID does not match any in type ORADBA.MER_OFFER_ACTION_DATA
    which means the object type mapping is wrong
    I would like to know whether the object type I had created is correct or not.
    Thanks for your help
    Beda

    Bedabrata Patel wrote:
    Below are the details:The details except for a description of the problem
    I am facing a problem creating a appropriate a object type for a XML.And which error you are getting
    Error in creation of Object Type http://download.oracle.com/docs/cd/E11882_01/server.112/e10880/toc.htm
    And which version of Oracle you are getting the unknown error creating the unknown problem.

  • Error in creation of Object Type

    Hi,
    I am facing a problem creating a appropriate a object type for a XML.
    Below are the details:
    XML Passed
    <mer_offer_action_data>
         <form_id>
              134039588
         </form_id>
         <action_cd>
              OA
         </action_cd>
         <offer_decline_reason_cd>
         </offer_decline_reason_cd>
         <start_dt>
         </start_dt>
         <candidate>
              <ds_prs_id>
                   109315
              </ds_prs_id>
              <ds_prs_id>
                   110534
              </ds_prs_id>
              <ds_prs_id>
                   110059
              </ds_prs_id>
         </candidate>
    </mer_offer_action_data>
    Types Declaration
    +CREATE OR REPLACE type MER_OFF_CANDIDATE
    AS
    OBJECT
    DS_PRS_ID NUMBER
    CREATE OR REPLACE TYPE MER_OFF_CANDIDATE_t
    AS
    TABLE OF MER_OFF_CANDIDATE;
    CREATE OR REPLACE type MER_OFFER_ACT_DATA
    AS
    OBJECT
    FORM_ID NUMBER,
    ACTION_CD VARCHAR2(6),
    OFFER_DECLINE_REASON_CD VARCHAR2(6),
    START_DT VARCHAR2(11),
    CANDIDATE MER_OFF_CANDIDATE_t
    CREATE OR REPLACE TYPE MER_OFFER_ACT_DATA_t
    AS
    TABLE OF MER_OFFER_ACT_DATA;
    CREATE OR REPLACE type MER_OFFER_ACTION_DATA
    AS
    OBJECT
    MER_OFF_ACT_DATA MER_OFFER_ACT_DATA_t
    /+
    My Declaration
         +merOffActDataXML          xmltype;
         merOffActData          MER_OFFER_ACTION_DATA := MER_OFFER_ACTION_DATA(MER_OFFER_ACT_DATA_t());+
    Inside Pl/SQL block
         +-- Converts XML data into user defined type for further processing of data
         xmltype.toobject(merOffActDataXML,merOffActData);+
    Thanks for your help
    Beda
    Edited by: Bedabrata Patel on Jul 12, 2010 5:51 AM

    Bedabrata Patel wrote:
    Below are the details:The details except for a description of the problem
    I am facing a problem creating a appropriate a object type for a XML.And which error you are getting
    Error in creation of Object Type http://download.oracle.com/docs/cd/E11882_01/server.112/e10880/toc.htm
    And which version of Oracle you are getting the unknown error creating the unknown problem.

  • Reg: Creation of Table Types

    Hi All,
    I have a small question regaridng the creation of Table type.
    Let us suppose I am creating Table type for a custom table zsample which is having 5 fields. I am generally creating a structure similar to custom table and using that structure as line type for the table type. Let us suppose if there are any changes in the custom table like change in the order of fields or if new fields are added the table type will give dump.
    My question is If I use the custom table itself as a line type, will there be any effect in the performance or some thing or I can go ahead and use it..
    Thanks,
    Ravee

    What dump are you expecting ???
    It is idea behind the creation with reference to get structures and tables which always look like
    the tables they refer to.
    I can not see a possibilty for a dump as long as you create only an internal table.
    A dump could appear, if the internal table is later used to update another db-table. But there it should be clear that the structure of an internal should be created with reference to the tables which they change.
    Siegfried

  • Creation of data type

    hi all.
    sorry i just want some information in creation of data type which i svery ease to solve.
    and it is i had seen one data type which was creatd by my colleague and its haveing occurance 1..unbounded for some and 1..10 for remaining elements and the other thing is in details she has given MAXLENGHT.
    i just want to know y she has given these things under data type.
    waiting for any great answer.
    bye.
    regards.
    seeta ram.

    Hi,
    All data types are described by XML Schema. All required information about XML Schemas you will get from:
    <a href="http://W3C XML Schema">http://www.w3.org/XML/Schema</a>
    You can create data types either directly in IR using data type editor or import from external definitions.
    Occurence, maxlength are properties of tags, attributes etc. and are defined by XML Schema.
    Regards,
    Jakub

  • Creation of Document type

    Hi Please guide me about creation of document types for PR/PO.
    If i want to create document type for the capital item as say ZCAP.
    What are the item categories I should select. Also how does the item category affects the document type and further creation of PO/PR?
    What is the significance of linkage PR.?
    Also for creating the new document type we use the NB document type , why? Why do we create new one, cant we use the NB instead of creating new one?
    If any body can explain with example that would be great.
    Warm Regards,
    Bhasker VB.

    <b>Hi Please guide me about creation of document types for PR/PO.</b>
    U can create new non standred document type for PR and Po
    <b>If i want to create document type for the capital item as say ZCAP.
    What are the item categories I should select. Also how does the item category affects the document type and further creation of PO/PR?</b>
    U can create Doc type ZCAP bu coping std Doc type NB or u can creat as your own
    Item categories help system to ask for a relevent data as if u give item category L which is for subcontracting then it will ask for supplied components
    If u say U the it will change venter in to suppling plant and also change relevent things for stock transfer
    <b>Also for creating the new document type we use the NB document type , why? Why do we create new one, cant we use the NB instead of creating new one?</b>
    We can use NB document type for creating new one but ist not compalsory u can directely create your own. We copy so that, all the releating item catagories can be copied.
    we create new one if u want different number range for asset proc and others.
    or if u want to have subcontracting po diffrent form others. etc.
    but there is no relation between Account assig cat and document type.
    hope things r clear
    reward accordingly

  • PROBLEM AT THE TIME OF CREATION OF VALUATION TYPE(SPLIT VALUATION)

    Dear cons
      I want to create a valuation type ( t-code- OMWC) in configuration client. Then I will transport to quality as well as production. but it is a matter of great regret that at the time creation of valuation type no transport request no. is genereted. without TRansport request no. how can I transport to quality as well as production. pl. help me.
    nrk

    Hi,
    This is a client level configuration so Transport Requests are not getting generated directly. Here follow this procedure;
    Go to OMWC, Click on Global types. , Click on Types > Transport in the menu bar
    The sytem will prompt for a request, create the request. A new screen for selcection of Valuation cateogires & valuation types will come. You can select here & transport.
    Click on Save after selection, all the selcted items will be added to the request

  • Duplicate material entry at the time of PO creation based order type

    How Restrict duplicate material entry at the time of PO creation based on define order type.
    Moderator message: please do some research before asking.
    Edited by: Thomas Zloch on Mar 11, 2011 1:45 PM

    Hi Rahul,
    try with This Badi  ME_PROCESS_PO , Method Open or Process item,
    Implemente it and use a break-point to test it i.e it is triggred or nt , before processing it.
    Regards,
    Abhisek

  • Inspection lot creation for inspection type 05

    Hi Gurus,
    We have finished material FERT & semifinished material HALB.We have assigned insp. type 02 & 05 in material master of matl. HALB.When we create production order for FERT & confirm the order , inspection lot is generated for matl.HALB of inspection type 02.
    Now we are reversing the goods issue by movement type mb1a, movement 262.In customizing for movement 262 inspection lot origin 05 is assigned.
    My problem is that when i reverse the goods issue with mvmt.262, inspection lot is not created for insp. type 05. What should be the reason behind this? or are any changes to be done to above setting?
    Regards
    Ram

    Hi Ram,
    Just check the SPRO setting SPRO---> Quality Management ->Quality Inspection->inspection lot creation--->inspection for goods movement --->deactivate quality inspection for a movt type.
    Here against movt type 262 uncheck the QM not active tick.
    It will solve your problem.
    Cheers,
    Tushar

  • Length in creation of data type

    Hi Experts,
      I have one doubt regarding field length.i will get data from proxy(ECC) through status field and it would be a 25 character.
    i have created a status field as data type in my proxy source structure  .
    could you please suggest do i need to create a status field with length 25 if yes where is the option length to be extended in datatype creation
    it would be appreciate if u people give me the answer
    thanks,
    Bhaskar

    >
    bhaskar yenneti wrote:
    > Hi Experts,
    >
    >   I have one doubt regarding field length.i will get data from proxy(ECC) through status field and it would be a 25 character.
    >
    > i have created a status field as data type in my proxy source structure  .
    >
    > could you please suggest do i need to create a status field with length 25 if yes where is the option length to be extended in datatype creation
    >
    > it would be appreciate if u people give me the answer
    >
    > thanks,
    > Bhaskar
    Are you on XI3.0/Pi 7.0 or PI 7.1?
    if its XI3.0/Pi 7.0, then note that XI doesn't validate the length of the data/field even though the option is there.
    http://help.sap.com/saphelp_nw04/helpdata/en/b2/439347ce019848bf3ad9c000d414c3/content.htm
    Else if you are on PI 7.1, you can expect validation.

  • Regarding Creation of Output types for SAP SCRIPTS

    Hi All,
    I want to create new output types for my SAP Script.
    What is the procedure for creating new <b>Z - Output Type</b>.
    Like <b>ZA01 for Sales Order</b>.
    What is the procedure can any body help me in this regard.
    It is not to use <b>ZA01</b> in <b>NACE</b> & connect Print Program & Layout set against Form Entry.
    It is for creation of <b>ZA01 Output</b> Type itself.
    If anybody knows the procedure please post the steps.
    Also please mention will there be any diffrence in creation from <b>Module to Module</b> (or) <b>Transaction (Vs) Transaction</b>. Just like <b>Sales Order (Vs) Purchase Order (Vs) Production Order</b>.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    hi Shaik,
    Steps for output type:
    Go to NACE Transaction
    Select V1 - Sales.
    Click Output type
    In edit mode , click on new entries.
    Give output type as ZA01 with some descp.
    Then enter  , then u need to give the Access seq. as 0010
    Rest proprties are more and less similar to the BA00 standard output type in V1 only.
    After that u need to give the processing routines.
    In that u need to give the Program name
    followed by Form routine name
    In this way u can create the output from NACE tran.
    Let me know if u want anything else.
    Cheers
    Rewrd points, if found helpful

  • QM - restrict lot creation in I. Type(08) for S Loc to S Loc transfer

    Hi All,
    Thanks in advance for reply.
    We have requirement for restriction in creation of Inspection Lots using inspection type u2013 08, while stock transfer from storage location to storage location only.
    Inspection type 08 is used for stock transfers thourghout various plants.
    But in one of the plant, there is internal stock movement from one storage location to another. During this posting system is creating inspection lot(origin 08), which is not required.
    Our location is WM and HUM managed.
    Please let me know how can I restrict creation if Inspection lot in above case.
    Best regards,
    Ravi

    Hi,
    Actually we need QM activate for 311 movement type.
    We have two scenario in same plant & same material.
    1) Storage Location to storage location transfer(HUM managed location)
    2) Plant to Plant transfer(without HUM managed location)
    In material let say A, I have maintain insp type 08 & in insp type details i have activated isp with HU. Hence when I do the location to location tansfer,system is creating Inspection lot for 08 with handling unit.
    But when I transfer the same material from one plant to other,system is not creating lot as this transfer is not with handling unit.
    For this I have created one more insp type Z1 & attach to insp lot origin 08 but still insp lot is not created while plant to plant transfer.
    Pls suggest.
    Thanks,
    Ritesh/Ravi.

  • Creation of attendance types

    Hi experts,
    How do i create an attendance types??? please help me with the whole process. Also please provide the paths for creation.
    when i assign attendances in PA30... it should display in the selection list.
    regards

    Hi Archana,
    Attendances are used to record the actual hours worked by an employee. 
    Define Attendance Types: In this step, you define attendance types for a personnel subarea grouping for attendance/absence types. It also describes how to determine the system reaction to attendances recorded for a day or a period when the employee has time off.
    IMG --> Time Management --> Time Data Recording and Administration --> Attendances/Actual Working Times --> Define Attendance Types.
    Rules for Attendance Counting (New): In this step, you determine rules for attendance counting using the new tables.
    IMG --> Time Management --> Time Data Recording and Administration --> Attendances/Actual Working Times --> Attendance counting --> Rules for Attendance counting (New) --> Assign Counting Rules to Attendance Types.
    Define Counting Classes for the Period Work Schedule: In this section, the settings for attendance/absence counting are made. Counting classes for PWS are used to evaluate absences& attendances. Use different counting classes for PWS. When you maintain a counting class you must define a separate rule for each Counting class.
    IMG --> Time Management --> Time Data Recording and Administration --> Absences --> Absence Catalog --> Absence Counting --> Define Counting Classes for the Period Work Schedule.
    Define Absence Quota Types: In this step, the valid absence quota types (entitlement to time off and leave types) for the employee subgroup and personnel subarea groupings for time quota types are defined. We define Absence quota, because, in this we define unit of time measurement whether you want the entitlement to time off to be maintained in Hours or in Days.
    IMG --> Time Management --> Time Data Recording and Administration --> Managing Time Accounts Using Attendance/Absence Quotas --> Time Quota Types --> Define Absence Quota Types.
    If attendances are recorded in detail, you can assign the hours worked by a particular employee to specific orders or cost centers, and to maintain data on business trips, meeting. It is also possible to record all attendance times manually in the Attendances infotype (2002). You can evaluate them using the time evaluation report.
    I hope it will help you.
    Thanks,
    Padmaja.

  • Creation of Day type rule

    Hi all,
    Does anybody have a doc on creation of daytype rules and can share
    Thanks in advance
    Raghu

    hi
    in day type rules we are linking holiday classt to day type
    if holiday class b  (blank) i.e. full working day
    day type specifies whether full working day is paid or unpaid
    let us see the link
    holiday class   b
       day typ            b
    b and b means on full working day work paid is possible
    Edited by: M. Madhu on May 13, 2009 1:26 PM

  • Automatioc TO creation with mvt type 331(WM)

    Dear Friends,
    I am facing following WM issue, Kindly go through it and reply me with your valuable solution.
    In my plant QM is active, so while receiving goods against any Purchase Order (MVT TYPE 101), all my stock goes to quality. After UD check, 99% material move to unrestrictd stock (321 mvt.type) and 1% used for quality (331 mvt. type).
    For an example if I have received 1000 kg material (which initially goes to quality), after UD 995 kg material come to unrestricted stock and 5 kg used for quality check.
    In my existing system for material document with mvt. type 321, one PCN is generated in the background, and using LT05 we make TO from PCN and confirm it.
    But is it posible to create the TO and confirm from the PCN (Mvt. 321) in the backgroung itself, i mean to say that while my QM user is doing UD, material document with mvt 321, one PCN and TO will be generated and TO will be confirmd in the background itself.
    I don't want to use LT05  separetely to make TO from PCN.
    Please reply me soon.

    Use RLAUTA11 SAP Report - Create transfer orders for posting change notices automatically.
    Thanks & Regards,
    Sudhakar

Maybe you are looking for

  • Calling a Web Service in WP8

    Hello all, I've called web services from Windows Phone Apps like forever but, last time I tried to add a service reference to a WP8.0 application and I got this message: Value can not be null. Parameter name: Path1 and this one after the previous: Th

  • Automatic Creation of Roles and Role Mappings in GRC

    Hi, we are planning to use SAP Identity Management and SAP GRC Access Management. In SAP IDM we have defined several business roles that contain privilieges in SAP systems. When a user is requesting a role, the request will first be sent to SAP GRC f

  • Burning from Library vs. Projects

    I'm trying to make quick backup copies of my old 8mm analog tapes. Since iDVD only supports direct to DVD using digital tapes, I import my tapes into iMovie first. The normal procedure would be to move all my library clips into a project file and the

  • Shuffle doesn't autofill all songs!

    Really annoying. I have a playlist of 69 songs and it only loads up 67 songs onto my shuffle. It's not as if the songs are a different format either. Both songs have been purchased from the itunes store and are bona fide apple products but wont frigg

  • Notes have lost on iphone 4

    i lost 90% of my notes on my iphone 4. how can i get it back?