How to enter BOM data in BOM header

I need a small help from SAP GURUS regarding the subject given above. When i was trying to enter BOM data in DIR enabled object links of BOM header, it was not allowing (Disabled) to enter the same.
How to enter BOM details in BOM header in DIR?
Is their any proceedure to enter the BOM data in DIR object?
Thanks in advance.
Regards
Suresh. J

Hi Suresh,
unfortunatly it is not possible to add a BOM header link from document side.
Generally the linkage of objects to a DIR is designed as such that a
user can create and maintain the link from object-side as well as from
document-side. There are, however, some exceptions like the production
order (PORDER), BOM item (STPO_DOC) and BOM header (STKO_DOC). Links to
these objects can only be created and maintained from object-side.
Regarding BOM objects the reason for this restriction is due to the
engineering change master, which is completely connected to BOM. The
functionality at this level only allows the display of BOM objects from
the DMS application.
The check for these objects is done in the following coding:
Main Program     SAPLCV130
Source code of   LCV130O01
MODULE (PBO)     L201_BLANKLINES
***special settings
  IF drad-dokob  = 'PORDER' or drad-dokob  = 'STPO_DOC' or
     drad-dokob  = 'STKO_DOC' or drad-dokob  = 'DPR_OBJLNK'.
    PERFORM display_col_change USING 'PORDER-CO_POSNR' 1 1.   " no icon
    GF_no_edit_screen_link = 'X'.
  ENDIF.
  if not gf_no_edit_screen_link is initial
  and display_mode NE c_dms_display.
    message w321 with intdrad-dokob.
  endif.
ENDMODULE.                             " L201_BLANKLINES  OUTPUT
I hope this information is usefull for you. In that case please reward points.
Best regards,
Christoph

Similar Messages

  • How to display current date in query header?

    Hi,
    How to display current date in query header?
    I use Query Designer for development.
    Thanks,
    Arun KK

    Hi Arun,
    You can define fixed header lines and footer lines so that when you generate the query list, they can receive current values of certain fields. When you define a header line or a footer line, you must specify a character string of the type &field, where field is the short name of a field.
    This function allows you (for example) to place a sort criterion in the header line.
    You can include the following fields as variables in the headers directly:
    %NAME
    Name of the user processing the query
    %DATE
    Current date
    %TIME
    Current time
    %PAGE
    Current page number (6 characters)
    %P
    Current page number (3 characters)
    These fields can be used in the short forms N,D,T and P. If you want to use these letters as short names for query fields, the field values from the query are used.
    You can also see the link
    [http://help.sap.com/saphelp_nw70/helpdata/EN/6e/dd68721faf11d6b1d500508b6b8b11/frameset.htm]
    Regards,
    NR

  • How to use "discontinuation data" in BOM item ?

    Hi everyone!
    I would like to use "discontinuation data" in BOM item , not in MRP4 view, how to set? thanks!
    Dandan

    >
    dandan li wrote:
    >
    >
    > I want to know the  "discontinuation data" in BOM item, not  Priority of AltItemGroup !
    Dear Dandan Li,
    Plz Re-check Mr. SmanS Reply in that thread
    it is Regarding As per ur query
    More over Plz try to encourage your repliers always
    [committed quantity in production order;
    Like wise there are many other threads of ur's
    Plz Don't misunderstand
    Regards
    Madhu

  • How to enter a data into the specified column and row in a created table

    Hi,
    I want to enter some data to specified column and row in a already created table. Please let me know how to do this.
    Regards
    Shivakumar Singh

    A table is just a 2D array of strings. Keep it in a shift register and use "replace array element" to modify the desired entry programmatically.
    If you want to modify it manually and directly from the front panel, make it into a control and type directly into the desired element. (In this case your program would need to write to it using a local variable).
    Atttached is a simple example in LabVIEW 7.0 that shows both possibilities.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    ChangeTableEntries.vi ‏41 KB

  • How to enter a date value in a Temporary Table

    Hi!
    Could anyone explain to me how I can enter a date value (say 26 October 2011) in a Temporary Table?
    I tried the simple example below, but it gives the foll. error message:
    Conversion failed when converting date and/or time from character string
    CREATE TABLE Temp1
    Column_A date,
    Column_B varchar(max)
    Insert into Temp1
    values ('26.10.2011', 'bbb')
    Thanks
    Leon Lai

    Hi,
    Try This.....
    CREATE TABLE Temp1
    Column_A datetime,
    Column_B varchar(max)
    Insert into Temp1
    values ('10/26/2011', 'bbb')
    Thanks
    Shafi

  • How to enter a date stamp using formscentral?

    I've been trying to enter a date stamp using formscentral but have no such luck. Whenever I enter one in using acrobat pro I get the error that I don't have sufficent privleges due to adobe keeping the integrety of the form...Anybody have any ideas?

    See this FAQ which explain how to modify a FormsCentral PDF in Acrobat
    http://forums.adobe.com/docs/DOC-3661
    Gen

  • Where and how to enter plan data cost and profit center wise to get data in grr1

    Hi Gurus,
    Appreciate you can tell me where and how to enter plan amount cost center wise for cost elements and profit center wise for revenue elements????
    So that we can get this data in grr1 report.....
    Can we upload this planned data, if yes how??
    Thank you

    Hi..
    If you use classic PCA, refer to Plan Data Transfer - Profit Center Accounting (EC-PCA) - SAP Library.
    If you use new gl pca, refer to Transferring Plan Data from Controlling - General Ledger Accounting (FI-GL) (New) - SAP Library

  • How to enter TEXT data using rules files

    Hi,
    How can i enter text data using rules files?
    Thanks,
    A

    If you are talking about planning members with a text data type then it is not possible to load the actual text string using a load rule,essbase just stores a numeric value and the text string relating to that numeric value is stored in the planning applications relational tables.
    If you want to load text directly then you can load data through the planning layer, more information available at - http://download.oracle.com/docs/cd/E17236_01/epm.1112/hp_admin/ch05s02s01.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How can I include date in report header

    How can I display the current date in my report header? I do not wish to modify the sql statement to include the sysdate.
    Can I add the date in the 'Report and Customization Form Text' or in 'Additional PL/SQL Code'? If so then how?

    Maxine,
    In the last tab of the report wizard,
    you can add the plsql to display the date.
    Alternately,create an unstructured UI template and add the [oracle][oracle] tag
    and insert the plsql in it to display the
    date

  • How to enter the data into data block text item which has an LOV associated

    Hi,
    I have a data block, one of the data block text item has an LOV assigned. when I populate this text item using the LOV and do "execute_query", it is taking the value in the text item and adding it to the search criteria, but when I enter a value manually in that text item and do "execute_query" it is showing me an alert(which I created) "Please enter a value".
    My question is, why is not taking the value that I enter manually? Looks like before executing the query, this field is getting empty
    How to avoid this problem and make sure that the value entered in the text item is added in the where clause of the query?
    Any advice?
    Thanks in advance
    R.G

    Problem solved!
    Before doing execute-query, all the text items are being cleared,so I used a global variable to store that value
    Thanks anyway
    R.G

  • How to enter a Date data type ??

    i have created a table with a column Date data type
    when i insert value
    i put '17-DEC-1980'
    but sql plus give me error of :
    ORA-01843: not a valid month
    how come?
    i even try '17-12'1980', '17/12/1980', '12/17/1980'
    all also cannot
    i am using oracle 10g
    anyone any idea about this?
    thx

    Check the initialization parameter 'NLS_DATE_FORMAT'. You could do the insert in a couple of ways.
    alter session set nls_date_format = 'DD-MON-YYYY';
    Do the insert after issuing the above statement.
    Or
    Use the 'to_date' function.
    Insert into table(column) value(to_date('17-DEC-1980','DD-MON-YYYY'));

  • How to fetch the data based on header in detail.

    Hi,
    Below is my requirement:
    I need to create a two non-database control blocks(header and detail) with multirecord.
    When i press the one button i need to fetch the data header block.
    If i select the any record i need to get the detail record values in detail block.
    Please suggest in which trigger i need to write the code. Please explain clearly.
    Regards,
    M. Satish

    hello
    I agree with Mr. Andreas Weiden . use the standard function for the blocks.
    First if you have any PK or FK relationship with the two tables then you can use the table wizard then just follow the procedure and be sure you click the checkbox which is default, automatically create relationship.
    If you dont have PK/FK then just follow again the table block wizard ... just unclick the check box for autocreate relationship then press button to create base on the SQL join.
    on the create join editor :
    deptno = empdepno
    the press okey. forms wizards will create all the rest... you can now notice a new object RELATIONSHIP below the DEPARMENT BLOCK and some forms genareted triggers.
    And CHANGE THE BLOCK PROPERTIES TO UPDATE ABLE,INSERT ABLE, DELETE to NO.. IF YOU WANT ONLY ON DISPLAY
    OR BETTER CREATE A 2 VIEWS CORRESPONDENT TO YOUR QUERY ON YOUR CURSOR.... and follow the procedure i gave above.
    In your button:
    go_block(your.block);execute_query(no_validate);

  • How to Enter the Data in Matrix Columns Manually

    Hi,
    I have a problem. I created a object Matrix in my form and load with object DBDataSource, of this form follow example:
    oColumns = oGridNew.Columns;
                    oDBDataSource = oFormLanguage.DataSources.DBDataSources.Add("@TBDEPENDENTE")
                    oColumn = oColumns.Item("colIR");
                    oColumn.Editable = true;
                    oColumn.DataBind.SetBound(true, "@TBDEPENDENTE", "U_DepIR");
                    oColumn = oColumns.Item("colTipo");
                    oColumn.Editable = true;
                    oColumn.DataBind.SetBound(true, "@TBDEPENDENTE", "U_Type");
                    oColumn = oColumns.Item("colSexo");
                    oColumn.Editable = true;
                    oColumn.DataBind.SetBound(true, "@TBDEPENDENTE", "U_***");
                    oGridNew.Clear();
                    oGridNew.AutoResizeColumns();
                    oDBDataSource.Query(oConditions);
                    oGridNew.LoadFromDataSource();
    But i can´t to enter data at blanks lines  of the Matrix. I only can to edit the data of the DBDataSource. Somebody can i help me?
    thanks,
    Vladimir

    Hi
    Once you have loaded the data you need to add rows to the matrix.
    LoadFromDataSource()--> this will load the data that satisfies the conditions and to add more lines
    After this line  oGridNew.LoadFromDataSource()
    place this code oGridNew.addrow()
    once you enter validdata in the required fields add one more row.
    Hope this Helps
    Regards
    Vishnu

  • BOM data analysis

    Hi all,
    I want to do a BOM data analysis.
    There is a two BOMs in R/3, One for engineering design, the other for production. I want to extract  the BOM data ( including BOM's item ) to BW and compare them.
    Can I extract the data by BW business content datasource? If there is not business content datasource, shall I do it by the general datasource? Which table do the BOM data store in R/3?
    Many thanks!

    Hi.. 
    i need to know precises... as per my understanding .. check this links
    Re: Extract BOM data from R/3 to BW
    Re: Loading Bill of Material
    BOM (Bill of Material) Master Data  in Business Content?????
    BOM Material Master Data in BW

  • How to provide the data directly for the report using web service

    Hi all,
    I'm trying to execute a report from the webservice API (using BIP version 10.1.3.4) and want to provide the report with a pre-fetched data set. According to the Dev-Guide, I should use element /ReportRequest/reportData for this, but I can't find a proper example illustrating this use case. The problem is that I don't know how to enter my data set into the element. My data set is xml (text) while the data type of the reportData element is base64binary.
    I've tried something like the following, but without any success:
    ...<reportData>
           <ns1:rowset>
               <ns1:row>
                   <ns1:emp>
                      <ns1:name>
                   </ns1:emp>
               </ns1:row>
           </ns1:rowset>
       </reportData>
    ...Any help is highly appreciated.
    Thanks in advance,
    H
    Edited by: Harm Verschuren on Nov 10, 2008 1:01 PM

    Hello,
    Thanks for your answer, the situation is a little different from what you describe.
    We make a call to BI Publisher via a Web Service (PublicReportService) via the ReportRequest operation.
    The report we call contains a query to a database.
    When we do not include XML in the reportData field then the report data is obtained from the Database and the report result is returned via the Web Service.
    !http://s3.amazonaws.com/twitpic/photos/full/2863197.jpg?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&Expires=1235722431&Signature=oboPzLWqQDwB2AGCDCAj3ujHRi4%3D!
    When, however, we include XML data in the reportData field, then we see that ONLY the XML data in the reportData field is used, and NOT data from the Database.
    !http://twitpic.com/img/1pzrp-81573d3dde07b9b643d91800cf2715ef.49a79f9e-original.jpg!
    Is there a possibility to combine the two?
    Regards Léon

Maybe you are looking for

  • Why does Safari crashes when opening a new tab?

    Here is the crash report.  Process:         Safari [11775] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.0.5 (6533.21.1) Build Info:      WebBrowser-75332101~1 Code Type:       X8

  • Safari hangs when quitting

    Since installing the 10.10.3 update, Safari hangs every time I quit the application. Is there any way to fix this, or should I just move to another browser?

  • DVD Studio 4 question

    I made a 34 minute hd video. When I import the quicktime file to dvd sp, the file size is 5.3 gb.  I tried compressor, but didn't have any luck.  My dvd player wouldn't read the dvd. Any suggestions? I assume I have to make the move a Mpeg-2 file.  I

  • HT1338 During the iPhoto slideshow of an event, photo appears blank/black. When I check the photos it is there.

    During an iPhoto slideshow of an event one or more photos appear as blank/black. When I check the photos they are there. Why is iPhoto not showing these photos?

  • Nokia Lumia 800 Backup power

    Hi! Do Nokia have any official Backup power or Portable power device with could be used in Lumia 800. If not, what 3rd party device (or what kind of device) they would recommend to use with 800. -Juho