How to Additional Data Tab to HUMO detailed data screen and Update to VEKP

Hi All,
I have a requirement where I have to assign the Serial Number to Packaging Material of Handling Units. SAP standard allows to enter the Serial Numbers to the Materials of Delivery Item which is Non Packaging Materials.
Now, I need to enter the Serial number to Handling Unit material and there is place to enter the serial number and I want to enhance the detailed data screen of HUMO transaction.
Please help me how to do this. OR is there any SAP note which can be used to allow the serial numbers to Packaging Materials.
Thanks,
Prabhakara

Solved.

Similar Messages

  • Insert record via data tab of table detail display

    I am using SQL Developer 3.0.04
    When I tries to insert more than 200 rows into a table via data tab of table detail display, it takes more than 8 minutes. It takes more than 19 minutes for 400+ rows. It is slow and it is not so slow in previous version (e.g. 1.5.4)
    Had anyone experienced the same issue and is there any workaround (other than loading data via SQL loader and stop using SQL Developer)?
    [Timer of SQL Developer 3.0| http://i.imgur.com/KVAdI.png]

    I've seen this also sometimes but i rarely load large amount of data using SQLDeveloper anyway.
    Please make sure you have patch1 installed and provide information on the database used.
    You can check if patch1 is installed at the
    Help -> About -> Extensionyou should find a "SQL Developer Patch" entry there.

  • Making a field mandatory in additional data tab in sales area data in XD01/XD02

    Hi,
    Making fields in additional data tab in sales area data in XD01/XD02 as mandatory is not achievable through configuration. Also, user exit SAPMF02D was not helpful in achieving this. Kindly help me on this.

    Is this a new field you are creating or an existing field you want to mark as mandatory? My impression from your original post was that it was the second. If so then you don't need to create an implementation of CUSTOMER_ADD_DATA as there must already be one, instead you should be looking for the implementation that manages data for the screen you are interested in. This might be why you don't see your BADI get activated  when you go to  "area data -> extras -> additional data" as it isn't the right implementation.
    If you just want the field to be mandatory when the user goes into the additional data tab I would code this in the screen of the customer exit. If you want this field to be mandatory whether or not they enter other additional data then you should try the method of the badi Nabheet suggested but not in your own implementation.

  • "Other" and "Documents and Data" tabs? What is on them and how can I minimize the space they take up?

    Okay, so I plugged my phone in recently and I clicked the iPhone tab (force of habbit) and I took a look at the storage on my iPhone 4. The two largest tabs are the "Other" and "Documents & Data" tabs. What is on those tabs and how can I minimize the amount of space they take up?

    Hello, tayajoan. 
    Thank you for visiting Apple Support Communities. 
    Here is an article that provides more information regarding the "other" storage. 
    Other: Everything else, such as contacts, calendars, messages, emails and their attachments, Safari Offline Reading List, settings, and other system resources.
    iPhone, iPad, and iPod: Understanding capacity
    http://support.apple.com/kb/ht1867
    Cheers,
    Jason H. 

  • How to add a Tab in Company Detail System Form

    Hi Experts
    I am making a new Tab in Company Detail System form In Accounting Tab after Excise tab. This is tree of Tabs. Accounting Tab has two Sub-Tabs General and Excise. Now this New Tab 'Export' will also be the sub-Tab of Accounting Tab. My code for inserting tab is given below
    If pVal.FormType = "136" Then
                        Dim sysItem As Item
                        Dim SysEdit As Item
                        Dim lbl As StaticText
                        Dim editText As EditText
                        Dim oFolder As Folder
                        sysItem = form.Items.Item("140002039")
                        oItem = form.Items.Add("ExportFD", BoFormItemTypes.it_FOLDER)
                        oItem.Left = sysItem.Left + sysItem.Width
                        oItem.Top = sysItem.Top
                        oItem.Width = sysItem.Width + 20
                        oItem.FromPane = 5
                        oItem.ToPane = 6
                        oFolder = oItem.Specific
                        oFolder.Caption = "Import/Export"
                        oFolder.GroupWith("140002039")
                        sysItem = form.Items.Item("140002040")
                        SysEdit = form.Items.Item("140002041")
                        oItem = form.Items.Add("LDrMfNo", BoFormItemTypes.it_STATIC)
                        oItem.Left = sysItem.Left
                        oItem.Top = sysItem.Top + 65
                        oItem.Width = 120
                        oItem.FromPane = 6
                        oItem.ToPane = 6
                        lbl = oItem.Specific
                        lbl.Caption = "Drug Manufacture Licence No."
                        oItem = form.Items.Add("EDrMfNo", BoFormItemTypes.it_EDIT)
                        oItem.Left = SysEdit.Left
                        oItem.Top = sysItem.Top + 65
                        oItem.Width = SysEdit.Width
                        oItem.FromPane = 6
                        oItem.ToPane = 6
                        editText = oItem.Specific
                        editText.DataBind.SetBound(True, "OADM", "U_DrMfcLNo")
    The tab is added properly It also show labels and  Edit boxes but when I select this tab General and Excise tab is disappeared.
    Plz suggest me what can be the problem
    Thanks
    Best Regards
    Jitender
    Edited by: Jitender Garhwal on Apr 5, 2010 6:28 AM

    Hello,
    Change the ToPane Property of  General and Excise  until your last panelevel (6?)
    The ToPane property of these items is less than your folders panelevel ! This is the problem.
    Regards,
    J

  • I purchased many applications prior to the Apple App Store.  How do I get the store to recognize those apps and update them?

    I purchased many application prior to the App store.  How do I get the App Store to recoginize and update those applications?

    A the moment you can not

  • How to Create Inline Table to Display Detail Data in a Master Table in 11g?

    Hi,
    I have a requirement to create inline table inside master table to show data.
    I found this 10g article for this http://download.oracle.com/docs/cd/B31017_01/web.1013/b28967/web_masterdetail006.htm#BABCDCGE
    I couldn't find such option in 11g. Am i missing something? Please let me know where i can find more details.
    Required Output:
    [+] DepartmentId DepartmentName
    [-] DepartmentId DepartmentName
    EmployeeId FirstName LastName
    EmployeeId FirstName LastName
    EmployeeId FirstName LastName
    [+] DepartmentId DepartmentName
    Also, I tried creating the Page as below (Departments -Employees Relation). i.e I have tried using the ADF treeModel in the bindings and then created a table/inline table manually to populate. The data is available in the iterators (i found using sops in back bean), but the inline table is not showing any data. I tried enabling PPR on detail based on master. But no luck.
    <af:table rows="#{bindings.Departments1.rangeSize}"
    emptyText="#{bindings.findAllStaff1.viewable ? \'No rows yet.\' :
    \'Access Denied.\'}"
    var="row" value="#{bindings.Departments1.treeModel}">
    <af:column headerText="#{bindings.Departments1.labels.DepartmentId}"
    sortable="false" sortProperty="DepartmentId">
    <af:outputText value="#{row.DepartmentId}"/>
    </af:column>
    <af:column headerText="#{bindings.Departments1.labels.DepartmentName}"
    sortable="false" sortProperty="DepartmentName">
    <af:outputText value="#{row.DepartmentName}"/>
    </af:column>
    <f:facet name="detailStamp">
    <af:table rows="#{bindings.Departments1.rangeSize}"
    emptyText="No rows yet." var="detailRow"
    value="#{row.children}">
    <af:column headerText="#{row.children[0].labels.EmployeeId}"
    sortable="false" sortProperty="EmployeeId">
    <af:outputText value="#{detailRow.EmployeeId}"/>
    </af:column>
    <af:column headerText="#{row.children[0].labels.FirstName}"
    sortable="false" sortProperty="FirstName">
    <af:outputText value="#{detailRow.FirstName}"/>
    </af:column>
    <af:column headerText="#{row.children[0].labels.LastName}"
    sortable="false" sortProperty="LastName">
    <af:outputText value="#{detailRow.LastName}"/>
    </af:column>
    </af:table>
    </f:facet>
    </af:table>
    Thanks in Advance,
    Harikiran

    Hi,
    After reading the above links end-to-end twice, I'm finally able to establish the relationship in UI. I've used iterator for my specific purpose, although it can be done using a table/forEach.
    1) Create VOs for Dept and Emp, i.e. DeptVO and EmpVO.
    2) Then a View Link on deptID, i.e DeptEmpVL
    3) Drag and drop the Dept as AdfTreeTable, b'coz it will create the treeBinding and also add the emp accessor by selecting it in the binding window. (refer to above doc links from BaiG)
    4) In my Page UI, i've created a new table and an iterator in the detailStamp.
    Dept Table ->
    o Value = #{bindings.Departments1.treeModel}
    o Var = dept
    o varStaus = deptVarStatus
    Add these:
    Column1-> OutputText -> #{dept.DepartmentId}
    Column2-> OutputText -> #{dept.DepartmentName}
    Insert into TableFacets -> detailStamp -> iterator
    Iterator ->
    o Value = #{dept.children}
    o Var = emp
    o varStatus = empVarStatus
    Add these:
    OutputText -> #{emp.EmployeeId}
    OutputText -> #{emp.EmployeeName}
    OutputText -> #{emp.Salary}
    This iterator/forEach comes in handy for having n Number of regions inside a layout.
    Thanks,
    Harikiran

  • I cannot update Photoshop CS6 but I don't need it since I have CC 2014. How to remove the alert at the top that shows and update?

    How do you remove the unnecessary udpate, Photoshop CS6? I can’t update, it fails.

    Please go through the FAQ, it has the solution:
    http://blogs.adobe.com/crawlspace/2013/06/updatingupgrading-to-photoshop-cc-faq.html#unins tall
    Regards
    Rajshree

  • How to restore an iPad mini with a frozen screen and no touch activity?

    The iPad has already be restarted by using the power and central button but after restarting problem remains....

    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • How to get rid of the bookmark on my screen  and get my whole screen back

    TOday apple upgraded the IOS on my ipad since then we are all messed up and lost stuff
    the thing the most bothersome is that we cant get rid of the bookmark on the screen so we just have2/3 of screen

    Tap the solid blue bookmark on top left to get full screen.

  • How can I display my ipad on a remote screen and charg it at the same time

    I need to display my ipad on a remote screen for 10+ hours a day so I need to be able to charge it at the same time. Is this possible?

    The best way to charge the iPad is with its included AC charger. If it is not doing something energy intensive, it can be charged and used at the same time and not deplete the battery, especially if services that are not being used are turned off.
    Can you share more about the situation or environment in which you want to employ the iPad and which model you want to use? The new iPad consumes more energy and takes longer to charge the battery than the iPad 2.

  • How much would it cost to get a new screen and back

    The sides of my iPad 2 made the screen crack it still works though

    Apple does not repair iPads, but will replace the entire iPad for a flat fee; see the Repair Pricing section here:
    http://www.apple.com/support/ipad/service/faq/
    There are independent iPad repair services that may be able to replace the screen and back for less. Do a web search for "ipad repair".  Note, though, that if you elect to have the iPad serviced by an unauthorized shop, all further warranty will be void.
    Regards.

  • How to replace existing fields in Addnl Data Tab in CV01N Transaction

    Hi DMS Experts,
    In cv01n transaction,
    In Addnl Data Tab presently having following fields which i needs to be changed.
    Addnl Data Tab:
    Inbound Material Safety Data Sheet
    MSDS Supplier
    Product Number
    Country
    Dok-X Document Type
    Dok-X Document Status
    Dok-X Document Version
    Dok-X Version Date
    Above mentioned fields i have to change for Example i to maintain, Project Name, Responsible person name etc.
    how i can do that.
    Pls guide me step by step config steps
    This i need very urgently.
    Thanks in Advance.
    Regards
    Sandeep

    Hi,
    the additional data tab is controlled by means of classes created in DMS.
    if your requirement is something like,
    project name
    responsible person name etc..
    for this - in CL01, you can create class, say Project XYZ
    in CT04 - you can create characteristics as project name and person name..etc for this class.
    in each characteristics you can maintain the values which will serve the requirement.
    hope this helps U..!
    Thank You,
    Manoj
    award points if useful..!

  • Rename Additional data tab B

    Dear All,
    I want to rename the tab - "Additional data tab B" to "Shipment data" in transaction VA01  AND
    Shift the tab in the 3rd position.
    can any one tell how to do this.
    Thanks and regards,
    Manju.

    Hi,
    You can change the tab name from screen painter by knowing the screen number of that screen
    To shift tab position see the below link.
    http://help.sap.com/saphelp_470/helpdata/en/b3/819d37664e4d45e10000009b38f8cf/content.htm
    Regards,
    Supriya.

  • Addition of new field in VA02 and VA01 in additional data tab B

    Hi,
    I have added a new field called delivery date to additional data tab B in both tcodes va01 and va02. Now, while creating or changing a sales order, if the Sales group is I00 then this field should be filled up mandatorily. For va01 and va02 i have done all the required coding where all this is done on pressing the save button when we are in the additional data b tab.It would throw an error message if the date is wrong and a wrning if it is empty (provided sales group is I00). I did the coding in 4462 screen.
    My requirement now is that if somebody doesnt go to the 'additional data b' tab n try to save the Sales order then also it should throw a warning or error stating that delivery date field should be filled up. Where exactly should i place the coding now? if it is screen 4900 then can someone suggest me at what place should the coding be done.
    Regards,
    Puja

    Hi Puja,
    Seems you have added the fields at item level in sales order and for this you must have appended the additional fields
    in vbap table. So to validate these fields you can use USEREXIT_CHECK_VBAP available in MV45AFZB user exit include.
    The fields you appended will be available in vbap structure, add your validation here or even in USEREXIT_SAVE_DOCUMENT_PREPARE  available in MV45AFZZ which is called before saving the sales order.
    Regards,
    Pawan

Maybe you are looking for

  • Triple deduction of TDS

    TDS is being deducted at the time of Vendor Down Payment, Invoice Posting and also at the time of Making the Payment through f-53 which should not deduct. Can anyone help where I am going wrong.  Regards Ravindra

  • Using Canon XSi with RAW & Lightroom 1.4.1

    I have CS2 and Lightroom 1.4.1: how can I use RAW 4.4.1 with a Canon XSi? It is clear that CS2 cant be used with this. Less certain whether I can use Lightroom 4.4.1? It would appear that I could use Photoshop Elements 6.0 to do this? Is there a conv

  • Detail diffierence between MD01 and MD02

    Dear all Detail diffierence between MD01 and MD02 one material under Plant 1000, material master all ready currently  we have one planed order against this materaial as following: 25.12.2009     PlOrd.     0242458238/Stck          0050          7.400

  • How to add OBLIGATORY for SELECT-OPTIONS

    Hi experts, I can use OBLIGATORY for PARAMETERS PARAMETERS :s_WMno  TYPE LINK-LGNUM DEFAULT 'SCA' OBLIGATORY. I want to add OBLIGATORY for SELECT-OPTIONS. How to do this? SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME .     SELECT-OPTIONS:  s_matnr FO

  • Can't See Files On Remote Server

    Wondering if anyone has a fix for not seeing files on remote server... It's even got my host stumped. I have a fairly large static site which I CAN SEE files via my host's "File Manager" 90 Folders 3090 Files 52,336.74KB But I cannot see files and fo