What is the Object Type for User Define table ?

Dear All Experts,
I create one of the User Define Table with no. of UDF's
I already register User Define Table with Unique ID.
As per my knowledge, Unique ID is our Object type for that User Define Table.
I want to add Transaction Notification Code for created Used Define Table.
This Transaction Notification prevents user to must enter name in that form.
IF (@object_type = 'Z_Roto' AND (@TRANSACTION_TYPE = 'A' or @TRANSACTION_TYPE = 'U'))
BEGIN
If not Exists (Select T0.DocEntry from [@Z_ROTO] T0 Where ( T0.Name is null  OR  T0.Name = ' ' ) AND T0.Code  = @list_of_cols_val_tab_del )
begin
SET @error = 1
SET @error_message = 'Name is NULL then So, Please enter ZERO Value i.e. 0 in Filed_Name'
End
End
Please help me for this problem.
Thanks & Regards,
Nishit Makadia

Hi All,
Thanks for your replay.
Below code is working for User Define Table's Transaction Notification
IF (@transaction_type = 'A' OR @transaction_type = 'U') AND @object_type = 'Z_Roto'
BEGIN
If Exists (Select T0.Code from [@Z_ROTO] T0 Where ( T0.Name is null  OR  T0.Name = ' ' ) AND T0.Code  = @list_of_cols_val_tab_del)
begin
select @error = 10
select @error_message = 'Name is NULL then So, Please enter ZERO Value i.e. 0 in Filed_Name'
End
End
Necessary to Remember 4 Things. That are mentioned below.
1) Register User Define Table (UDT) with using "Object Registration Wizard". For Example : @object_type = 'Z_Roto'
2) When you define selection criteria then it must be compulsory for use Code Field. For Example : Select T0.Code from [@Z_Roto]
3) When you define selection criteria then it must be compulsory for use Code for @list_of_cols_val_tab_del.
4) Use error code as 10 Number
Thanks & Regards,
Nishit Makadia

Similar Messages

  • What is the Object type for Usage Decision

    I am creating a status profile for UD, that is, If no result recording the no Usage Decision. Which object type should I assign against this newly created status profile?
    Unless I assign a Object type, I cannot assign business transactions.
    Vineeth Varghese

    Hi Vineeth,
    The required object types are insp. lot w/o plan or char, insp. lot with plan and char, insp. lot with plan w/o char.
    I can suggest you to go through the following link, its beautifully explained step by step with screenshots.
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20fbc091-ea3a-2b10-f0a3-877ffbf36436?quicklink=index&overridelayout=true]
    Hope this solves your issue.

  • What is the available memory for user in iPad

    In iPad 3rd generation wifi model, what is the available memory for users?
    Capacity          Available Memory
    16 GB                      ?
    32 GB                      ?

    iOS should take about the same amount of storage on both, the difference is partly due to how a 'gigabyte' is defined e.g. on packaging it's 1 billion bytes, but on the device itself it uses the binary definition (2 to the power 30), and some storage may also be 'lost' by formatting : http://support.apple.com/kb/TS2419

  • What is the transnaction type for MDF program..?

    Hi All,
    Please do let me know what is the transaction type for MDF(Market Development Fund) program..?
    Thanks in advance.
    Regards,
    Archana.
    Edited by: archu_sap on Jun 23, 2009 8:44 AM

    Actually use this program. I mae some changes to it.
              int x,y,z;
              x = 0;
              y = 5;
              z = 5;
              if(x<=0 || y<=0 || z<=0)
                   System.out.println("not a triangle");
              else
                   if(x==y && x==z)
                        System.out.println("this is a equilateral triangle");
                   else
                        if(x==y || x==z || y==z)
                             System.out.println("this is a isoceles triangle");
                        else
                             System.out.println("this is a scalene triangle");
              }

  • DI Sever for User Defined Table

    Hai Guys,
      I am using B1WS web service. I want to post values to User Defined Table (EX: @TableName)  using web services,is there any services for User Defined Table in Web Services
    please give me a solution for this..

    Hello madhu,
    B1WS is unable to access UDT. But DI Server can access UDT with RecordSet
    SOAP Request Message:
    <?xml version="1.0" encoding="UTF-16"?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header>
      <SessionID>4FFCFAA3-5493-456A-BC89-410B35AF096C</SessionID>
    </env:Header>
    <env:Body>
      <dis:ExecuteSQL xmlns:dis="http://www.sap.com/SBO/DIS">
       <DoQuery>SELECT OCRD.CardCode, OCRD.CardName, OCPR.Name FROM OCRD
    JOIN OCPR ON OCRD.CardCode = OCPR.CardCode
    WHERE OCRD.CardCode IN (SELECT DISTINCT ORDN.CardCode FROM ORDN)</DoQuery>
      </dis:ExecuteSQL>
    </env:Body>
    </env:Envelope>
    SOAP Response Message:
    <?xml version="1.0"?><env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
    <env:Body><ExecuteSQLResponse xmlns="http://www.sap.com/SBO/DIS"><BOM><BO><AdmInfo><Object>oRecordset</Object></AdmInfo>
    <OCRD><row><CardCode>C002</CardCode><CardName>SAP</CardName><Name>2</Name></row><row><CardCode>C002</CardCode>
    <CardName>SAP</CardName><Name>l</Name></row><row><CardCode>C002</CardCode><CardName>SAP</CardName><Name>Z</Name>
    </row></OCRD></BO></BOM></ExecuteSQLResponse></env:Body></env:Envelope>
    Kind Regards
    -Yatsea

  • WHAT IS THE CONNECTION TYPE FOR SRM

    HI
    WHAT IS THE CONNECTION TYPE IN SRM RFC DESTINATION.
    3-R3 ....ETC.

    Hi,
    depending on the application to connect to backend SRM system, your connection type may change.
    1. If you write Dynpro appliactions to use SRM System, at backend, it'll connect SRM via RFC.
    2. If you use ITS to create views of SRM Transactions, then the connection will be Dailog and URL
    note 730870 you should find the answer to your question
    Also check:
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/22/042638488911d189490000e829fbbd/frameset.htm.
    Look for TCP/IP RFC destination in it
    <b>Reward points</b>
    Regards

  • Make CFL for user defined tables in Crystal Report 8.8 ?

    Hi Experts
    Use Follwing qry for CFL ( user defined tables) in Crystal Report But its not Show CFL after run the Report in SAP B1 8.8
    Period@Select T0.*  from @OICC T0
    Thanks & Regards
    Dinesh Lade

    Hi,
    As far as i know, SBO can't figure out in such instance what are you doing, try linking it to an original table.
    I usually use OADM for this purpose.
    Hope this helps.
    Regards,
    Daniel

  • How to fill the records from a User Define Table to PO item Grid

    Hi To all,
    I need to fill data from User Define table records into Purchase Order Item Grid.
    I created an UDF Filed in PO - Header Part - "PRS"(Filed Name)
    By using Formatted Search in itemcode column, i called a query,
    "Select itemcode, qty from (@user define tablename) where PRS = $http://OPOR.U_PRS"
    For eg:
    Output from querry
    ItemCode Qty
    ABC 1
    DEF 2
    DFG 7
    SDGD 9
    By using formatted search it is filling only first data in to itemcode column in PO Grid.
    Please help, how can i fill ALL the data in to my PO Grid?
    Thanks in Advance
    SAGAR

    The easisest way is to create datasource and the result bind to grid.
    Datasource:
               oDBDataSource = oForm.DataSources.DBDataSources.Add("@usertablename")
                Dim xoConditions As SAPbouiCOM.Conditions
                Dim xoCondition As SAPbouiCOM.Condition
                xoConditions = New SAPbouiCOM.Conditions
                xoCondition = xoConditions.Add
                xoCondition.BracketOpenNum = 1
                xoCondition.Alias = "u_zn"
                xoCondition.Operation = SAPbouiCOM.BoConditionOperation.co_EQUAL
                xoCondition.CondVal = "cond"
                xoCondition.BracketCloseNum = 1
                oDBDataSource.Query(xoConditions)
    binding (example for matrix, in grid is simillar)
                oMatrix.Clear()
                Dim cols As SAPbouiCOM.Columns
                Dim column As SAPbouiCOM.Column
                cols = oMatrix.Columns
                column = cols.Item("colX")
                column.DataBind.SetBound(True, "@usertable", "u_x")
    oMatrix.LoadFromDataSource()
    hoep it helps
    Petr

  • What is the content type for a plain text document.

    Hello :)
    I want to generate a plain text document for the user to either see, or to save to disk directly. What do I out for the setContentType MIME type for this?
    Thanks
    Jeff.

    text/plain
    zakir

  • What is the Payload Type for wav file

    Please inform me what is the PT (Payload Type) for wav file.
    As 26 is for MJPEG file.
    Thanks alot

    Hi Kittu
    These are the output type generally used for GI..
    WA01
    WA02
    WAE1
    WAE2
    WAE3
    WE03
    You can see the types defined in your system using tcode M706
    regrds
    Yogesh

  • What is the Best Approach for System Defined Fields and Default values

    Hi ,
    Please let me know that what can be the best approach for providing a Default value for the System defined fields when creating a User and How can we hide the System defined fields at the time of User creation

    You cannot provide default values for any attributes defined in the FormMetaData.xml file. You can only provide default values for fields defined in the User Defined Fields and supply a default value.
    You can using entity adapters to populate some of the values, but you must supply an Organization because there is an entity adapter that you cannot modify that verifies the organization name.
    -Kevin

  • What is the data type for the Data Dashboard XY Graph?

    Hey all,
    I am playing with the new Data Dashboard (!!) on my iPad 2 and am having trouble setting up the shared variables that host data to the XY Graph.
    On my PC, in my Project (inside of a variable library) I have set up shared variables for all of the other controls/indicators available in the app; They all work great. However, I have not been able to identify the data type that is for the XY Graph in Data Dashboard. Of course, inside LabVIEW, I use a cluster of 2 arrays; this is not an available data type that I can select while creating a new variable on the hosting side. I have even gone so far as to create a custom control from my XYGraph in LabVIEW and then creating the data type "From Custom Control..." with no success.
    What gives? Am I missing something obvious? Thanks for the help!!
    Tom
    Solved!
    Go to Solution.

    Great question, Aerogoob.
    The XY graph can be bound to a 1d array of "points", where each point is a cluster of two numerics (X and Y). To create a shared variable of this type, you can set the data type to "From Custom Control..." in the shared variable properties dialog. Of course, first you'll have to build the custom control of the correct type: array of cluster of two numerics.
    If any of that doesn't make sense, please post back and we can walk you through it in more detail.
    Also, just for completeness, the chart indicator can be bound to a scalar numeric or to an array of numerics. The graph indicator can only be bound to an array of numerics.

  • What is the material type for Online/IT material creation?

    Hi
    Can any one tell me what is the standard material type and Item category groups used for creating an online/IT/software product material which is sold online [eg. online information sold over portals, portal subscriptions etc]?
    What are the uncharacteristic of such a material in standard system?
    Regards
    Sanjay

    hi
    these lins might be help ful to you:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9e60be90-0201-0010-49b0-f57cfeeb5530
    http://help.sap.com/saphelp_crm40/helpdata/en/f8/9d7c3e8a5cd064e10000000a114084/frameset.htm
    hope this clears your issue beacuse these lins provide you plenty of information.
    regards
    balajia

  • What is the data type for time and what to insert

    Hi there
    i had two attributes in a table called start_time and end_time and i want to insert time into these attrbutes e.g 10:00 and 11:00
    How do i do that
    what is oracle's built-in type for time???
    adn how do i insert values in the table(i.e the format)
    thanks

    There is not Oracle type that has just a time. The DATE and TIMESTAMP data types include both the date and the time (TIMESTAMP has millisecond resolution and has optional timezone support). If what you're really interested is a time interval (i.e. 1 hour), there are some INTERVAL data types.
    You have a lot of options for how to specify dates and timestamps along with format masks.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • What is the IDOC type for changing PO price in ECC from SNC?

    We have configured the consensus finding tolerance check for date and it is working. When we create confirmation from PO worklist by changing the price and the delivery date, it goes for manual approval if the date change is outside tolerance. Once the confirmation is approved by the buyer we are getting two Idocs in SAP. One is ORDRSP-ORDERS05. This one has the new price, but does not change the price in the PO. It only creates confirmation. The other one is  PORDCH-PORDCH02. This one does not have the new price. It only changes the delivery date in the PO line item. We want one single IDOC which will change price (if price is changed), change delivery date and create confirmation. is that possible? If yes, what IDOC type would that be?
    Thanks for your help.
    Soumen

    Hi Soumen
    Can you please check whether the below settings are available on ERP side
    SPRO-MATERIAL MANAGEMENT-PURCHASING-CONFIRMATIONS-SET UP CONFIRMATION CONTROL
    select your confiramtion control line
    lets say ZICH, select the confirmation sequence on left hand side
    for your order acknowledgement,XX
    check the field "Price"
    and give the allowed tolerance values in fileds
    Permitted Price Overrun in % (Inbound EDI/SOA)
    Permitted Price Shortfall in % (Inbound EDI/SOA)
    Now resend the data.... it will work
    ORDRSP-ORDERS05 should work this time
    Best Regards
    Vinod

Maybe you are looking for

  • Error while creating new customer(xd01)

    following error ocurred while crating new customer.It wasnt case when i created customer before for the S/Org.... "Communication error with external tax system(Vertex_MS0018)" Msg No TAX_TXJCD864) Pls help.. thanks Amol

  • Working with effects, styles and properties on MediaElements

    Hi, is it possible to add any kind of Image/Video/Audio effects on subclasses of MediaElement? Like PixelBender-Effects for Images or what I'm looking for is a backgroundAlpha - property like the VideoDisplay-Component provides in Flex. I want to wor

  • Transfering Music from the ipod to the computer

    Hello all I am new in this, i just get my first ipod this week, is a 30Gb Video. i want to know how can i transfer the music that i have in the ipod to my computer, to burn it in CDS or something. thank You Rubens

  • Return value for Direct OBPM SQL Query in OBPM 10GR3

    Hi all, I use a direct SQL Query provided by OBPM 10GR3 in my automatic activity to select certain elements from the db. The query is as follows:- foreach (element in SELECT id FROM TESTTABLE WHERE requestId = 732 and status = 1 ) // statements logMe

  • B210 will not print black

    My printheads will not align.  The black does not print very much. On a black-only print the top lines were blurry and the black was mixed with magenta.  After the top 1 and 1/2 inches of print, the remainder of the page was done in blurry magenta! O