Service Entry Sheet Screen Enhancement (SRVEUSCR) - Changing tabstrip title

Hello All,
I m working on Service Entry Sheet Screen Enhancement (SRVEUSCR). I want to know how can I change the tabstrip page title without modification that is designated for user sub-screen. Its currently showing as "Addnl Data" and it is hard coded in the main screen by SAP.
Regards
Nadeem

Hi,
In PAI declare ur fields.....
PROCESS AFTER INPUT.
*   This chain has to include all input-fields:
  CHAIN.
    FIELD P4001-PRV_CTC.
    field P4001-PRV_DSG.
ENDCHAIN.
In program...
loop at SCREEN.
IF SCREEN-NAME = 'P4001-PRV_CTC'.
SCREEN-INPUT = '1'.
MODIFY SCREEN.
ENDIF.
IF SCREEN-NAME = 'P4001-PRV_DSG'.
SCREEN-INPUT = '1'.
MODIFY SCREEN.
ENDIF.
endloop.
Reward points if useful....
Regards
AK

Similar Messages

  • Service entry sheet can't be changed to update the final entry indicator

    Hi All,
    Can any body suggest possible reason and a solution for the below?
    I am having a situation in which for a service P.O for which partial service enty has been done and for that invoice has also been done.(In production)
    Now when I am trying to close the P.O line item by going to service entry sheet by t.code ml81n there i am not able to get the change icon , and hence i am not able to revoke the acceptance of service entry and subsequently I couldn't be able to set the final entry for that.
    I tried to do the simulate the same senario in development(testing client) server and it is working fine, could any one sugget the reason and solution how to close the service line item in the P.O .
    Regards,
    Sushanta

    Hi,
    That was useful but I checked some other service P.O and for them I am able to see the change icon.
    the p.o in my earlier mail are old one of 2002, but they are having partial service entry and invoice against them,
    Could any one please tell me under what circumstances I will not be able to see the change icon in the service entry sheet?
    Is it if the service entry is done at an old date, i mean earlier date or any other reason.
    please let me know soon
    Thanks
    Sushanta

  • Service entry sheet creation for planned services

    Hi,
    I have created a service purchase order with planned services. After this I am trying to create a service entry. During ML81N, I give the P.O number and then click on create service entry.
    However, to adopt the services from the purchases, there is a service selection tab which takes the user to the services tab of the purchase order and then the user must select the relevant service and click on the adopt button to bring the  service into service entry sheet screen.
    However, in my  case, the service selection tab is not appearing on the service entry screen. Hence I am not able to call the services from the purchase order. I am on ECC 6.0 version.
    Am I missing some step in config or in procedure ?
    Kindly advice.
    Regards,
    Rajeev

    Hi,
    This doesn't sound like a config problem.
    If the services are on the PO then you should be able to select the option to choose them from the PO services.
    A remote (very remote) possibility is that you may have an authorisation problem, stopping you from being able to use the PO details? Is this possible? do you have authorisation to change this PO via ME22N etc:?
    Steve B

  • Reverse the service entry sheet

    Hello,
    I would like to reverse the service entry sheet, as the amount I first entered is wrong.
    I get the below screen and error message:
    "A parked invoice already exists for this entry sheet"
    Could you tell what I should do to change the amount of this invoice in that case?
    How shoud I reverse the invoice document?
    Many thanks for your help!

    Hi
    Goto MIR7, enter the Parked invoice document, Click on Invoice document in the menu bar, Click on delete, this will delete the Parked Invoice
    Now goto ML81N - Enter the Service entry sheet, Clikc on change , Clik on Revoke acceptance (Ctrl + F2) & save the Service entry sheet
    now click on change & Click on entry sheet in the menu bar & click on delete.
    Thanks & Regards
    Kishore

  • Service entry sheet error.with new material group for services

    Dear Experts
    We need to create material group for  roll shop spare parts service,we created a new material group.
    when we are creating PR/PO with item category as D and a/c assignment K( entered cost center here).its giving error message
    as RC= 3M8 47 Account determination for entry JSL KBS J001 not possible(while making service entry sheet)
    after that i changed PR/PO and gave cost center and G/l account.now the service entry sheet is accepted.
    is it necessary give G/L account manually,if user chose wrong G/L account how to avoid this problem.
    please clarify me,
    do we need to assign valuation class for material group for services?(where to assign)
    or
    should assign G/L account manually to cost center while creating PR/PO
    Please clarify me
    Regards,
    Varun
    Edited by: madhu varun tirupati on Sep 8, 2010 2:48 PM

    Hi,
    Option-1:-- >
    Without creating material group and you can use your other service material group(existing service material group) and  create a service master  in AC03 as spareservice. Create a Service PO with text as roll shop spare parts service with other details as required like quantity of service, cost center & G/L account etc. After service being completed you can do SES in t.code: ML81N
    Option-2:-- >
    If you want report at the end based on different material/service group level, you can create a material/service group in OMSF for roll shop spare parts service and then you can assign to valuation class to material group in OMQW t.code. Then carry out regular process service order, SES etc.
    Based on requirement, you can enter G/L account manually or can set default G/L account in purchasing document with help of t.codes: OMSK, OMQW, OME9, OMGO & OBYC
    For error u201CAccount determination for entry JSL KBS J001 not possibleu201D, you cannot assign KBS transaction/event key to an account in OBYC t.code. Only you can assign G/L account to cost center with your CompanyCode in OKB9 t.code. Check the SAP note: 364570 & 106981
    Regards,
    Biju K

  • Screen exit for Service entry sheet at line item level

    Hi,
    We would like to add some custom fields at service entry sheet at line item.
    A new tab to be introduced with custom fields at serive entry line item level.
    Any idea which screen exit can be use? or
    what is the way to find the screen exit?
    Regards,
    Sandeep

    Hi Sandeep,
    You can try to use the user defined fields in table ESLL                                                                               
    ESLL-USERF1_NUM   User-Defined Field                                   
      ESLL-USERF2_NUM   User-Defined Field                                   
      ESLL-USERF1_TXT   User-Defined Field                                   
      ESLL-USERF2_TXT   User-Defined Field                                                                               
    or develop a custom solution with the help of customer enhancement         
    SRVDET (transactions SMOD, CMOD).
    You should use EXIT_SAPLMLSP_030 to transfer values. 
    Regards,
    Edit

  • Changing GR/IR clearing account in Service Entry Sheet process

    Hi,
    We are using one Gr/ir clearing account for both Material and Service Entry sheet process.
    Now for clear process we want to create new account for the Service entry sheet.
    We have given blank valuation class for Service entry sheet and it has been assigned to the g/l account.
    After analysing the scenario we had two options.1.  Whether we can change the valuation class
    or 2. we can create new G/l account.
    But i had a doubt will it impact anywhere if i change the valuation class.
    Can anybody advice me??
    Thanks n regards,
    Veena

    Dear Javeed and Sadhashivan,
    Thanks for your answers. Yes we have sort key set on both the accounts and also we have tried to display all the PO relevent fields but unable get through.
    Please note we need PO no line wise on the ledger of adjustment accounts NOT on the GR/IR account.
    1) Goods Delivered but not yet invoiced
    2) Goods Invoiced but not yet Delivered
    Hope I have made my point clear.
    Thanks
    Ayaz

  • Block Purchase Order to be changed once Service Entry Sheet is created

    Hi All,
    I need help, i want to know how can i block the PO not to be changed once the service entry sheet is created. For example : Once the user create a service entry sheet with a released PO it must not allow her / him to change the PO.
    Thanks,
    Rosina

    Set the Release Indicator for Purchase Order Release Strategy such that it will not allow to change once Released.
    Else Configure Version Management for Purchase Order.

  • Service Entry Sheet Qty Change

    Service PO is created with 21 line item of service. And Service entry sheet is created for 18 line item.
    Now i want to edit the existing service entry sheet to make it for 21 line item.
    Please help....

    Hi,
    if Service entry sheet is fully released/accepted   then  reverse service Entry sheet release by Revoke option using t-code ML81N/ ML85 .
    or
    if Service entry sheet is not released,then add the remaining line items by using service selection option using Tcode ML81N  and go to change mode.

  • BAPI to change data in a service entry sheet

    Hi all,
    We would like to change data in already created service entry sheet.
    Please let us know any BAPIs on this regard.
    Thanks and regards,
    Shiva

    Hi,
    Here are the BAPI's
    BAPI_ENTRYSHEET_CHECK Check Service Entry Sheet
    BAPI_ENTRYSHEET_CREATE Create Entry Sheet
    BAPI_ENTRYSHEET_DELETE Delete Entry Sheet
    BAPI_ENTRYSHEET_GETDETAIL Display Detailed Data on Entry Sheet
    BAPI_ENTRYSHEET_GETLIST List Entry Sheets
    BAPI_ENTRYSHEET_GETRELINFO Detailed Release Information Relating to Entry Sheet
    BAPI_ENTRYSHEET_RELEASE Release Entry Sheet
    BAPI_ENTRYSHEET_RESET_RELEASE Cancel Release of Entry Sheets
    Regards
    Sudheer

  • Change vendor while service entry sheet

    Hi.,
    I wanna to change the vendor in service entry sheet.Is there any standard setting for this?
    Can we assign vendors in PO w.r.t. Services in line items?
    Please reply fast.
    Thanx in advance

    Dear,
                  PO or Service PO is a legal Document. So SAP is strict to this rule. So u Can not change the Vender either SES or PO itself After saving the Document.
    but u can try in Partner Function change in ur Service PO
    This may help u
    Regards,
    Pardeep Malik
    Edited by: Pardeep  Malik on Mar 4, 2009 1:25 PM

  • Fields which are possible 4 change in a service entry sheet after approval

    Dear Guru's,
    I find that after a service entry sheet is approved (automatic GR is done at this stage as well), there is not even 1 field which can be changed. Is there a way to make some fields changeable without going through the reversal process or cancelling the GR and cancelling the approval in the service entry sheet? Im looking to change the Header Short Text (Field Name = TXZ01). Is this possible ?
    Thanks in advance..

    Hi,
    After approval of a SES, no changes can be done further.  if you want to make any changes first reverse the acceptance. 
    regards
    alexandro

  • Changing Qty in Service Entry sheet after Invoice is posted

    Dear Experts,
    I have a problem where I hope you may help me.
    In my current company we have a process that invoices for Services are scanned and posted automatically. And as SAP Standard pushes to have the GR Based IV and the GR flag set (see SAP Note 175510 and 441371) the Invoice is posted against the Service entry sheet.
    In the case of Quantity or Price differences we would need to change the SES as the Invoice is related directly to it. Hence this is not possible. To be able to automatically unblock the PO using the standard MRBR we would need to do that. In all other cases, like adding a second entry sheet and so on the Invoice is not released automatically and this would need to be done manually.
    I tried to open the fieldselection on the SES but it did not work out, went in the ML90 and changed it. Any ideas or hints wellcome!!

    Hi Suneet,
    thanks a lot for the answer. This option is clear, but my question is, if there is any other way to do the change in the SES without cancelling the Invoice. I opened the field selection and allowed with the ombz tx to post the 101 also when an invoice exists with GR-Based IV. As of this I can rewoke the acceptance of the SES but cannot change the qty in it without cancelling the invoice.
    Thanks again for your kind support,
    MMler

  • Quantity change in Service Entry Sheet

    Dear Sappers,
    My client is procuring Service for different purpose.Their requirement is they need to change the qunatity in Service Entry Sheet.But in Standrd SAP, when I'm maintaining a SES respect to PO, quantity I'm not able to change.
    Is there any way to set tolerance limit in SES.When I'm maintaining SES respect to PO, and changes the quantity, system is giving error message.
    Thanks & Regards
    PKB

    Dear ,
    while creating Service Po in Me22N...
    Go to Service Tab:
    Maintain the Overfulfillment Tolerance in the grid.
    also you can Check the check box of Unlimited.
    Unlimited Overfulfillment
    Specifies whether or not unlimited overfulfillment of requirements (overperformance of a service) is allowed at the time of service entry.
    This will work
    Check this out.
    regards
    Utsav

  • Change value in service entry sheet

    Hello,
    Can we change the values In Service entry sheet.if yes how and no why?
    Regards
    sap man

    Hi,
    You can change the Price during Service Entry Sheet in In Service PO, "Price Change allowed" indicator is active in "Services" Tab. This will provide the facility to change the price during SES processing in ML81N if there is any variance in PO and Entry sheet price.

Maybe you are looking for

  • F110 - Automatic Payment Program (APP) - Profit Center wise

    Has anyone worked on plant wise/profit center wise payments before? We have done necessary enhancement to populate profit center in vendor line item at the time of posting invoice. We are doing profit center wise proposal run in F110 by using additio

  • Open report in same page section in dashboard

    hi all, i am facing some problem i have a report with some link on dashboard. When clicking on that link new report is going to be open. What i want is after clicking the link the new report should be opened in the same dashboard section where first

  • InDesign CS5 crashing on 2012 MacBook Pro

    I have a 2012 MacBook Pro and am running CS5. My InDesign keeps crashing every time I try to open it. After googling the issue, it appears that happened to a lot of people running CS5 on a 2012 MacBook Pro. Does anyone know how to easily resolve this

  • Bootcamp with Windows xp

    I need to use windows for my school programs. However, I am graduating in 3 months. Once I don't need those programs anymore, is there a way to rededicate the whole laptop to mac? Also, if I run Windows on a Mac, is it susceptible to viruses just lik

  • Combined PDFs have bigger jpegs then word doc

    I am having an issue with adobe 11. If I open a word doc and print to my pdf printer the pdf created looks identical to the word 13 doc. If I open adobe and choose to combine files all the graphics in the combined pdf are a little bit bigger then the