Add custom fields in ML81n line item level

Hi All,
We have a requirement to add custom field in ML81N. I have found an enhancement SRVDET and table CI_ESLLDB to add the custom field. But my problem is, I cant find the screen where can I add that custom field. Does anybody knows this?
Appreciate your inputs.
Thanks in advance.

Dear,
Below mentioned enhancment will create a new tab strip in the detail screen of service entry
SRVDET              User screen on tab strip of service detail screen
Create one project in CMOD, then assign the enhancement
Calling screen  No.  Area     Called screen   No.  Short Text
SAPLMLSP        0220 SUSCUSER SAPLXMLU        0299
New field should be added in the include structure CI_ESLLDB
Desgin these new fields in screen 0299 of program SAPLXMLU.
Put your code in FM
EXIT_SAPLMLSP_040              Transfer of Data to Detail User Screen
EXIT_SAPLMLSP_041              Adoption of Data from User Screen
Regards
Dillip

Similar Messages

  • Grey out custom field in VA02 line item

    Hi,
    We have this custom field in sales line item which we want to grey out after billing is done. I tried many things but it didn't wrk. I wrote simple code w/o checking any billing condition like
             if screen-name = 'VBAP-ZZFIELD'.
                 screen-input = 0.
              endif.
             modify screen.
    but even this didn't wrk. Is there anything due to which the dynamic chging of screen fields attr has no effect ? Like if we set some attribute on screen field or ny thing else.
    Thx.

    You did put the code in MV45AFZZ include, form USEREXIT_FIELD_MODIFICATION?
    For example...
      if sy-tcode eq 'VA01' or
         sy-tcode eq 'VA02'.
      if sy-dynnr = my_screen_no.  "four digit screen no.
    loop at screen.
    case screen-name.
      when 'TABLE-FIELDNAME'   "exactly as it appears on that screen
        screen-input = '0'.
      modify screen.
    endcase.
    endloop.
    endif.
    endif.

  • Need to add new field in Rfx Line Item Page

    Hi
    I want to add an new extended field in RFX line item page ( Rfx-> line item tab -> click on the pencil icon of any line items )
    can anyone help me ?
    Regards
    Sudipta

    Thanks Vikram for your help
    I got the line in the foum ( referred by you )
    You have to create a customized line item collection from scratch and hide the original one; this is possible (import and export can be included with this but will take some effort and change the reports).
    can you please tell me how to create the customized line item collection ?
    Regards
    Sudipta

  • How can I add the expiration date at line item level

    My User is selling voucher. The voucher is sell at line item. eg GV$5, GV$10,etc
    Each voucher line item sold need to be entered with a EXPIRATION date of that voucher.
    Maybe 3 months from issue, maybe 6months/1 year from issue.
    How can I add this to the sales order line item level?
    Which field can I used and how to configure?

    Hi Colin ,
       The question is not very clear , but i assume that you are asking about the  self expiry date of the particular material ,
    1. The setting you can do by activating  shelf life data  in material master :Plant data/stor1
    2.  its better to have a batch managed material for that you can sort the material acording the self expiry date.
    3. Once you maintain self expiry date system by default pick  the material at the time of  delivery
    Note-Shelf life expiry it will give the life of the material from the day of manfacture,remaining shelf life also will  give .
    Hope it is helpful
    Best regards
    Venkat

  • Custom field in VA01 at item level in Additional Data B Tab

    Hi ,
    I have a requirement to add a custom field at item level in Additional Data B tab of VA01/VA02. We have to store the data in that field in the VBAP table also have to validate the data entered in the field when user hit save.
    Can any body tell me step by step procedure to do that.
    Appreciate your response.
    Thanks,
    Rohit

    Add append structure  ZAVBAP  in table VBAP in Tcode: SE11.
    In this structure include the new fields to be added to the screen.
    Then in Tcode : SE80
    take program: SAPMV45A
    take screen 8459  and add the new field.
    Also add the validation in the flow logic.

  • Add custom fields in VL02N under Item overview tab

    Hi,
    In VL02N, I need to add two input fields under the tab "Item Overview"...
    I found the BADI  LE_SHP_TAB_CUST_ITEM but it is for adding a new tab i guess....
    Is there any way to add fields under item overview only ??

    Hi,
    find the enhancements for those transactions by using SE24 or  goto transaction > choose status option> find program name--> enter program name in SE38 --> goto attributes and find the package --> then goto SE84  give the  package name in the enhancements.
    If u want to add the custom field  in the perticular tab -> goto that perticular screen> click on status button> find the program name and screen no:> go for SE51 give tha deatils and find the enhancement .
    Thanks,

  • How to add three fields in Sales order item level and supress/hide many

    Hi Gurus,
    My client requirement is :
    1. Three fields to be added at Sales order Item level and they should flow till billing.
    2. Supress/hide most of the fields in Sales order, so that end user will be happy( thru SHDO how to do)
    Please share your experiences and help me.
    BEST REGARDS
    Srikanth

    Hi Subba Rao
    in VA01 screen - Material /qty/ after entering this client wants to enter three more details say X/Y/Z
    and after that he dont want to see maximum fields displayed in VA01 Screen.
    I think it makes sense.
    Regards
    Srikanth

  • Add new fields in fb60 at item level

    Hi,
    I added two new custom fields in structure ACGL_ITEM in the include CI_COBL and activate the structure referring note 174413.
    Now i can see those fields in FB60 .
    Now what to do next?
    Like
    where else i have to add these fields ?
    How to  incorporate these fields in the program?
    Please guide me?

    Hi Raymond,
    As per your suggestion, I added those fields in CI_COBL_BI and in control table also.
    Now i can see those fields in Field status definition.
    when i click on Field Information, it gives us following information:
    DDIC Information
    BB138 S Field contained in active version of CI_COBL
    BB138 S Field contained in active version of CI_COBL_BI
    BB138 S Field contained in active version of BSEG
    Entries in Control Tables
    BB134 S Control table TCOBM , content BPMC 133
    BB134 S Control table TCOBF , content 111BPMC X
    BB134 S Control table TMODO , content SKB1-FAUS1 1112KONT
    BB134 S Control table TMODP , content ESKB1-FAUS1 111BPMC
    BB134 S Control table TMODU , content SKB1-FAUS1 111BSEG BPMC
    BB134 S Control table GB01 , content 009SBSEG BPMC
    BB134 S Control table GB01 , content 001SCOBL BPMC
    BB134 S Control table TMODO , content T156B-FAUSW1112KONT
    BB134 S Control table TMODP , content ET156B-FAUSW111BPMC
    BB134 S Control table T162X , content 600E2111BPMC
    BB135 S Control tables have been completely maintained
    Customizing Entries
    BB110 S Field is used in field status variant 0001 group CH67
    BB110 S Field is used in field status variant 0001 group G001
    BB110 S Field is used in field status variant 0001 group ICCF
    BB110 S Field is used in field status variant 1000 group CH67
    BB110 S Field is used in field status variant 1000 group G001
    BB110 S Field is used in field status variant 1000 group ICCF
    Now, i have to add those  fields to dynpros with OXK1, i will my functional person to do that.
    But i have a question, My custom fields become disable at the time of entry.
    How to solve this issue?
    Regards
    Neeraj

  • Custom filed at line item level in order.jsp

    Hi,
    I want to add a custom material number field at the line item level that will search for the item related to the customer material number and populate the order.jsp.
    similar to the below mentioned Standard functionality:-
    In order.jsp when we enter a valid item no in the item text box
    and press enter then the related data of the item is populated in order.jsp.
    Is this possible ??
    If yes please let me know how can we achiese this.

    Satish,
    the problem with product search is that ....
    custommaterial number will be mapped with the item number for different customers in a separate table. so if i place the searc in proucts search tab it will fetch form product master.
    so I was think of extending the process flow and from jsp capture the value entered and trigger action from there make a item search following the standard process.
    but my problem is that I am not able to capture the value entered in the custom field when refresh is clicked?
    can you tell me how is the item search done when we enter the item number and press enter?
    please suggest

  • Add New Screen Fields in Delievery Line Item

    Hello All,
    We have a requiremnet where we should add 3 custom fields to delivery line item tabs,
    please let me know how I can add a new tab for delievry line item tabs and how to add new custom screen fields in that tab,.
    Thanks
    Add New Screen Fields in Delievery Line Item
    Edited by: kishore_99 on Dec 8, 2009 5:31 PM

    No, I won't explain it in detail - you need to read the documentation and at least make an attempt at the process on your own first.  The documentation is right there in the IMG where I said it was but here's the path since you can't find it:
    Logistics Execution -> Shipping -> System Modifications -> Business Add-Ins in Shipping -> BADI for Additional Item Detail Screen...

  • F4 Help in Personnel no field  at line item level

    Dear All
    I made personnel no field  mandatory at line item level. i want f4 help options at that field ,presently its not coming.
    advise on same.
    Jain

    Hi,
    Check with ABAPer for enabling Search help.
    Regards,
    Sridevi

  • Tax column at line item level in VA01/VA02

    Hello All,
    I had a requirement to add the tax column at line item level for va01/VA02 transaction.
    I modified the screen 4900 and added the VBAP-TAXM1 column to the item table control and made that column input enabled.
    Now I had to calculate the TAX conditions based on the input in that tax column. None of the user exit is triggering when I change the values in this field, do I need to make any changes in the PAI of the 4900 screen in order to make the userexits trigger or am I missing anything?
    Thanks & Regards,
    SasiKiran.

    Hi
    Please, see SAP Note 862228 - Order reason for returns on item level. It is related with field AUGRU. Remember that it is a modification. I suggest you to add in addition data (for instance, SAP Note 209278 - Display of customer-specific fields in sales doc, SAP Note 302497 - Additional cust. fields not displayed in 'Additional data B', SAP Note 420546 - Additional data B and transaction variants in sales order and related notes).
    I hope this helps you
    Regards
    Eduardo

  • WHT (Witholding Tax / TDS) at PO line item level

    Hi
    There is one new functionality in SAP where i can enter WHT (Witholding Tax / TDS) at PO line item level. This functionality is introduced by SAP.
    I searched PO line item for WHT code field in PO. But i didn't got this field. Please let me know how can i activate WHT field in PO line item level itself.
    We are on SAP EHP5.

    Dear Deepak,
    WHT is basically add in vendor when you are creating. Goto XK03 select he WHT view.
    for more information please check following URL
    http://sapdocs.info/sap/fico/sap-extended-withholding-tax-configuration/
    Regards,
    PK.

  • SRS - Goods Movement - Reason Code at Line Item Level

    Hello - Has anyone modified/enhanced SRS Goods Movement (Other Movements, also called stock adjustment) to add reason code at the line item level instead of header level?
    Thanks,
    -AD

    Changed business rule, not needed.

  • Query : Custom field at line item level in SRM 7.0 .

    I was going through a document which instructs on how to add a custom field at line item level in SRM 7.0.
    I found this code :
    CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
    EXPORTING
    I_GUID = IV_DOC_GUID
    I_WITH_ITEMDATA = 'X'
    TABLES
    E_ITEM = LT_ITEM
    E_MESSAGES = LT_MESSAGES
    E_STATUS = LT_STATUS. . 
    LOOP AT LT_STATUS INTO WA_STATUS.
    IF WA_STATUS-STAT EQ 'I1015' AND WA_STATUS-INACT IS INITIAL.
    LV_STATUS_APPROVE = 'X'.
    ENDIF.
    ENDLOOP.
    I wanted to know what is 'I1015'  and what is its significance .
    please advise .
    Ambar

    HI
    This speaks about the status of the Cart. This means that the Status of the Cart is AWAITING APPROVAL...I dont know which document you have gone through but procedure for adding a Custom Field in SRM 7.0 is:
    1. Create a Custom field in the Database in SRM. Preferrably add the field in an include and extend thta include to the table in SE11.
    2. Go to Portal Login of SRM and right click the part of the screen where you want to add the custom field. Click on More Field Help. The popup will give you the name of WebDynpro Applicaiton which controls that area.
    3. Login to SRM via GUI and display the webdynpro application using SE80. Enhance the Webdynpro application.
    4. Add the custom field to the Context of the WebDynpro Application View. You will be selecting the field from the database table while adding the custom field to the context
    5. Add the field at the specified place in Layout Tab of the WebDynpro View,
    6. Create a binding between the Layout Field and the Context
    7. Activate the changes.... you will see the field in Portal login of SRM....
    For more details , refer to the Webdynpro help of the application...
    Regards
    Virender Singh

Maybe you are looking for

  • HP Officejet Pro 8500 Wireless - will not print green

    I have a HP Officejet Pro 8500 Wireless that will not print Green. I have: 1.  Cleaned Printhead using device cleaning command.  All steps 2.  Alligned Printer - get message 'Alignment failed.  Refer to device documentation for details.'  I see know

  • HT3455 HDCP Compatibility with MacBook Air?

    I have a mid 2011 MacBook Air running OS X Lion 10.7.5 and the latest version of Itunes. I downloaded HD TV episodes of Breaking Bad Season 4 yesterday and cannot play them, I get a message that they can only be played on HDCP compatible devices. How

  • Lumia 800 WPA internet problem

    I have WiFi router and it has WPA-Personal protection. My computer connects to internet without problem but my Lumia 800 does not. The phone connects to the network but not to the internet. Please help I have no idea what is the problem. Thanks

  • Free run timecode - batch capturing

    Hi, In FCP I'm trying to capture a whole tape shot with free run timecode and several breaks. I've set On timecode break to 'make a new clip' in preferences/general. When I click 'capture now' it captures the first clip then goes into an eternal loop

  • Enter Journal - FRM-40105: Unable to resolve reference to item GLXJEENT_A

    Hello, When I am opening the form Enter Journals in General Ledger, the following messages is prompted: FRM-40105: Unable to resolve reference to item GLXJEENT_A Note that if I turn the Custom code Off, the error does not appear. Please help, Vikram