Wanting to Create DSO with fields in Datasource

If I want to use most of the fields in a DataSource to create a DSO, what are the steps needed. Instead of inputing each object in DSO manually, I want to drag fields in DSO OR create DSO using copy function.
Is there a way to create Infoset from a DataSource? Or any other easier way?
Thanks in advance.

Hi Zain,
I don't think we have any such option for dragging & dropping the IO's to DSO.
If it is a standard Datsource & if any standard DSO is available for the same, then you can create a copy of the standard DSO to create a customized DSO. And then you can make changes to the customized DSO.
Is there a way to create Infoset from a DataSource? Or any other easier way
No you can create Infoset only on Master data IO, DSO or a Cube.
Regards,
Pavan

Similar Messages

  • Want to create a user field with type alphanmumeric and structure text through coding

    i want to create a user field with type alphanumeric and structure text through coding.am using vb
    plz help me

    Hi.
    Please take a look at samples in SAP B1 SDK.
    Dim oUserFieldsMD As SAPbobsCOM.UserFieldsMD
    oUserFieldsMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
    ' Adding "Name" field
    '// Setting the Field's properties
    oUserFieldsMD.TableName = #YOUR_TABLE_NAME#
    oUserFieldsMD.Name = "Name"
    oUserFieldsMD.Description = "Name"
    oUserFieldsMD.Type = SAPbobsCOM.BoFieldTypes.db_Alpha
    oUserFieldsMD.EditSize = #LENGTH_OF_FIELD#
    '// Adding the Field to the Table
    lRetCode = oUserFieldsMD.Add
    GC.Collect() 'Release the handle to the User Fields
    Hope it helps.
    Regards,
    Pawel

  • I want to create generic master data attribute datasource on ANLA table .

    hI,
    I want to create generic master data attribute datasource on ANLA table .
    and have to activate delta load.
    Is it possible for delta upload on this table?
    if it is possible then on which field i can create genric delta?

    1.I want to fetch quantity ,inventory no , serial no.......
    I have to enhance that datasource.....
    2.else i can create master data for asset number using ANLA
    I have opted 2nd option

  • I don't want to create Invoices with net price = zero

    Hello,
    I use VF04 ( prog. SDBILLDL ) to create the invoices,
    how to not create the invoice with net price = zero ( it's not a bug)
    User exit ? Badi ?
    1) I can't anticipate if the created invoice will be set to 0 (complex price schema).
    2) I want to execute VF04, for these invoices, to clean the VKDFS table.
    3) I don't want to delete these invoices if they are set to 0 ( making some holes in the number ranges, forbiden in some countries)
    Thx a lot !
    Ramdane
    NB : I have posted this question on "ABAP general" thread, it was a mistake
    sorry

    Hi,
    Here are the existing exits .
    J_3RSINV
    SDVFX001  User exit header line in delivery to accounting
    SDVFX002  User exit for A/R line in transfer to accounting
    SDVFX003  User exit cash clearing in transfer to accounting
    SDVFX004  User exit G/L line in transfer to accounting
    SDVFX005  User exit reserves in transfer to accounting
    SDVFX006  User exit tax line in transfer to accounting
    SDVFX007  User exit: Billing plan during transfer to Accounting
    SDVFX008  User exit: Processing of transfer structures SD-FI
    SDVFX009  Billing doc. processing KIDONO (payment reference numbe
    SDVFX010  User exit item table for the customer lines
    SDVFX011  Userexit for the komkcv- and kompcv-structures
    V05I0001  User exits for billing index
    V05N0001  User Exits for Printing Billing Docs. using POR Procedu
    V60A0001  Customer functions in the billing document
    V60P0001  Data provision for additional fields for display in lis
    V61A0001  Customer enhancement: Pricing
    Check Badi like this for tcode VF04
    1) Go to the transaction SE37 to find your function module.
    2) Locate the function SXV_GET_CLIF_BY_NAME.
    3) Put a breakpoint there.
    4) Now open a new session.
    5) Go to your transaction.
    6) At that time, it will stop this function.
    7) Double click on the function field EXIT_NAME.
    8) That will give you name of the BADI that is provided in your transaction.
    Rhea.

  • Want to develop form with field not in Database table.

    Hi.
    I am developing one form for leave request.
    Now i have created two tables..
    1. Employee detail
    2.Leave detail
    Now i am creating form based on leave detail right now.
    This table is taking reference of Employee Detail table as reference table.(employee no is foreign key in Leave detail table).
    Now in form based on Leave detail table,i have taken employee name as combo field,now when i select any employee name,based on employee name other realated detail from employee detail table also i can populate in form based on Leave detail table.
    Is it possible.?As i am not able to add any field or button other than which is already there in table(Leave Detail table)
    I hope i have clearly mentioned my requirement,
    Need help.
    Thank you.

    You can in fact add another field which is not connected to any column to in the Leave table. Give it any name. Make sure that the checkboxes "updatable" and "insertable" are NOT checked, otherwise the form will try and include it in its SQL statements to update/insert data.
    You then have to use the "Additional PL/SQL" tab - "before form is displayed" section on the form to fill in the value of the field. Use code like
    p_session.set_value(
    p_block_name => 'DEFAULT',
    p_attribute_name => 'A_<your field name>',
    p_value => <your value>);
    p_session.save_session;
    where
    - p_session is available in most custom PL/SQL blocks - It refers to a portal stored session that is used to store all the internal variables.
    - block_name is either DEFAULT for simple forms or MASTER or DETAIL for master/detail forms
    - p_attribute_name is the name of the field you want to set BUT (very important) prefixed with A_
    - p_value is the actual value - here you will use your pl/sql variable.

  • I want form to open with fields automatically highlighted.

    I am creating a form that, when opened, I want the fill-in fields to automatically be highlighted. When I open the form in Acrobat, there is checkbox at the upper right side to check - it says "Highlight Fields" - by default, it is not checked.  Is there a way to have it checked when the user opens the form?
    Thanks!

    I did try that yesterday (I changed the drop down menu from
    FormCalc to JavaScript).  It didn't work - right away - and I didn't save my work, but about 5 or 10 minutes later the form did start opening with the fields highlighted...without the code...
    What's strange is that every form I opened after that (forms I didn't create) was defaulted as highlighted.
    I emailed the form to a coworker and it was highlighted as a default even though I did not include any code to do that...
    Now this morning, I opened the form again, the code is not there - as I was playing around looking at different options -  going back and forth from the work area to the pdf preview - all of a sudden the highlighting was off. The ONLY thing I did was turn on the line numbering for the XML source view. I checked other pdf forms including ones I did not create and now the fields are NOT highlighted.
    Has anyone ever heard of any of this happening? Any idea of what's going on?

  • Creating Ztable with fields for URL link and making available in ESS Portal

    Hi,
    I have a requirement for maintaining URLs in a table, The URL can be unspecified length.
    Table maintainance should also be provided.
    I have searched SDN for this. But could not find the appropriate solution.
    I have to pass these entries to ESS Portal through RFC.
    Can I pass a string more than 255 chars. as an export parameter in an RFC.

    you can have the field length what ever you want, but you can;t maintain them using Tablemaintenance. you can do one thing using some bdc or upload program update the table with the url what ever you have.
    and also you can pass the parameter with more than 255 chars length using the function module.

  • Want to create a  additional field

    Respected,
      I want to add a field  in service notification and service order under the head customer address additional data and customer address service respectively in customer interaction centre .
    THANKS
    AVANISH GULATEE

    I needed similar data to what you are seeking and have a solution.  It required digging through the MRP control tables to understand the use and then to explore parallel processing to get to the best solution.  In a nutshell, here is what is done:
      Get list of materials to process.
      Break them down into unchanged / changed.
      For those that are unchanged, pull details from MRP cluster (MDTC)
      For those that are changed, process each in a parallel call to MD_STOCK_REQUIREMENTS_LIST_api.
      Combine/return the details.
      What is also helpful is that you can customize the details using the ERGBZ parameter (T462 table) so this is useful for segments of the MRP data in the case you want, for example, only Purchasing data.
      If you are still chasing tis problem let me know and I can provide more details.

  • Want to create a field in  customer serach form

    hi all,
    i want to add a field by name UEN which i already created as dff in ar-->customers-->standard-->customers form.
    now i want to display that field as text field or drop down list field in ar-->customers-->standard-->find customers form.
    i mean i want to create a trext field or drop downlist.
    so plz help me how to customizethe oracle standard form.
    this is an urgent issue for me. so plz help me
    im using oracle apps 11i
    thanks in advance.

    Which release your are using ?.
    Incase of R12, you can use DQM search capability to add custom attributes in the search page
    Thanks
    saravanan

  • How to create a new field for Q3 - QM notification in Header and item level

    Dear All,
    l
               Sub: How to create a new field for Q3 - QM notification in Header and item level
    Ref. the link --> Quality Notification
    We want to create a new field in header level and item level.
    As per the thread the solution is given below.
    In the IMG Config: Quality Management -> Quality Notification -> Notification Types -> Define screen areas for notification types Then Choose 'Define screen areas' Then Click on 'New entries' button Now, select the relevant Notification Type and click in 'Enter'. Select the 'Iten Cases' register and remember to setup the Tabstrip Header, Icon, etc. Set the 'Tabstrip active' flag. Then Save.
    Quality Notification -> Notification Types -> Define screen areas for notification types
    WE ARE UNABLE TO FIND IN CUSTOMIZATION PATH --> DEFINE SCREEN AREAS FOR NOTIFICATION TYPES.
    Please help.
    Question No. 2 :
    THE REQUIREMENT IS GIVEN BELOW.
    We want to hide the field in Q3 - QM Notification
    In header --> Reference tab --> Item (sub heading) --> "DEFECT LOCATION" FIELD TO BE ELIMINATED (HIDE)
    Ref the link --> Quality notification
    The solutiion is given below.
    Hi Sami,
    We can hide the collumns using the Transaction OQM1 and Program Name SAPLIQS0.
    Lets say Defect location need to be hidden, the field TXTCDOT need to have the radio button HIDE.
    Hope this will suffice your requirement.
    Kindly ask me if you need any other details.
    Thanks & Regards,
    Srinivas.D
    Hi Sami,
    We can hide the collumns using the Transaction OQM1 and Program Name SAPLIQS0.
    Lets say Defect location need to be hidden, the field TXTCDOT need to have the radio button HIDE.
    Hope this will suffice your requirement.
    Kindly ask me if you need any other details.
    Thanks & Regards,
    Srinivas.D
    By double clicking the "DEFECTIVE QUANTITY (EXTERNAL), WE COULD NOT GET --> field TXTCDOT .
    Plese do the needful.
    We are using ECC6.0 Ehp3 and Ehp4.
    With Best Regards,
    Raghu Sharma

    Dear Pushpa,
    Transaction Code :SHD0 is working fine.
    Please accept my sincere thanks for your sharing your Knowledge.
    I am able to fulfill my
    Regarding the enhancement, I have not tried.
    Once I will complete, I will award the fulll marks to you.
    With Best Regards,
    Raghu Sharma

  • Create a new field in sales order

    HI folks i want to create a new field in sales order item level how can i create

    Hi,
    Hope this will help you,
    User exits in the screens
    Additional header data is on screen SAPMV45A 0309, additional item data on screen SAPMV45A 0459. These screens contain the Include screens SAPMV45A 8309 or SAPMV45A 8459 as user exits.
    Fields which are also to be included in the sales document for a specific installation should be included on the Include screens for maintaining. If an application-specific check module is needed for the fields, this can be included in the Include MV45AIZZ. The module is called up in the processing logic of the Include screens.
    For field transports, you do not have to make changes or adjustments.
    Example
    A new field, VBAK-ZZKUN, should be included in table VBAK.
    If the check is defined via the Dictionary (fixed values or check table) the field must be included with the fullscreen editor in the Include screen SAPMV45A 8309. In this case, no change has to be made to the processing logic.

  • Table with fields containig more thn 300 characters

    Hello Friends,
    i want to create one ZTABLE and intht i want a field tht can store more thn 300 characters.
    i have used string data type for the same but while activating the table its giving me error saying :
    " Table contains more than 3 long string fields"
    Pls suggest...
    Sunny

    hi 
    sunny  ,
                You can create table with field more than 300 characters   but there should be one more field
    which has to be primary key .
    such as
    create table ztest
    in that create field MANDT  type clnt size 3  primary key
    name type String  .
    then change technical settings according to requirement .
    Delivery maintenance 
    delivery class and  Data Browser/Table View M
    according to requirement  .
    Before activating table save technical setting  and then activate .
    Regards
    deepak

  • How to create a fillable field in Adobe Lifecycle Designer

    Hello,
    i want to creat PDF with data. In this pdf ther should be fillable field that could be filled out by customer if I send him the PDF.
    How do i create such a pdf or such a fillable field?
    Thanks

    Hello Kevin,
    Take a look at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/d1088b7e-0c01-0010-c78e-984c0537e3ec [original link is broken] [original link is broken]
    I hope this helps.
    Kind regards,
    Maarten

  • How to create PO with reference to Pr through BAPI

    Hi everybody
    I wanted to create PO with reference to PR through BAPI_PO_CREATE (4.6c), but i found there is no field to set PR info in the parameter. Is the bapi right for this case, or there are other functions?
    THANKS FOR ANY ADVICE!
    Best regards,
    Egg

    Hi abappers!
    I'm using bapi BAPI_PO_CREATE1 to create PO with reference to one or more PR. I have a problem with document date:
    If the delivery date of the PR is lower than creation date of PR, the document date of the PO is the delivery date (lower than sy-datum).
    If the delivery date of the PR is the same or higher than creation date of PR, the document date of the PO is the creation date of PR (sy-datum or high).
    I'm trying to change this date in poheader-doc_date, but the system ignores me. I'm sure this is the correct variable, because I use it to create other PO's without reference.
    Another thing confuses me is that if I create the PO with reference to the same PR from ME21N, the system doesn't allow me to indicate a document date lower than sy-datum.
    Thanks in advance,
    Jorge

  • Deviation required for Division to create Order with billing reference

    Hi All.,
    I want to Create Order with the reference of Billing Document. Just consider one case.,
    Billing Document Sales Area is , ABC/10/BZ
    I am creating sale order for Sales area, ABC/DI/ST with reference of Billing Document having Division BZ.
    System will thow an error as "Division ST deviates from Division BZ".
    Is it possible to create order with such scenario???
    Is there any Division specific Copy control routine????

    Hi,
    In Sales document type, transaction VOV8, there is a field 'Check Division', which if checked will not allow a division different than the Sales area at the header of the Sales order. If you are trying a fresh cycle, you can remove this check which will allow entering a different division at item level without any problems.
    Plus if you create a new order with reference to the invoice of above stated order, system will allow a different division value at the item level. 
    Regards,
    Peeyoosh.

Maybe you are looking for

  • Sso to non sap systems

    HI,   I am trying to setup SSO from our portal to plumtree portal. could some one please let me the steps for setting up the SSO. Thanks

  • Oracle 10g (10.2.0.1) installation error

    Hi everyone !!! I know that Oracle doesn't support FreeBSD but I'm my problem is probably stopping a decision of choosing Oracle as a project database. This means licenses guys!!!!! Can you please just guide me for a solution to my problem? I need to

  • STO returns with EWM Error "Posting with reference to pur. order only possi

    Hi Experts, We are trying to STO returns GR (161 Movement) with transaction MIGO for a EWM managed plant. Plant A is a EWM managed plant and Plant B is IM managed plant. We created a stock transfer order with "B" as supplying plant for plant "A" but

  • Create PDF crashes

    Create PDF will crash after clicking on Create PDF and choosing a MS Word (or Excel) file.  The words "Starting the application which created..." appear and then "Adobe Acrobat has stopped working."  Create PDF Portfolio also doesn't work.  But the A

  • Problem connecting to thunder blot display

    my mac book pro is not connecting to thunderbolt display; looks like some problem with my ports. is there a alternative, like using usb/hdmi ports?