V.V.Urgent(PF Status)

I need to put some fields in the menu bar.
I got a T.code Z123.
If i executed it goes onto report screen 1000 and then calls Screen painter 100.
I need to put some  menu foelds in the Report screen.
I am sending the code to.
where to write PF status and its code for the menu feilds.
Want it Urgently.
Code Below
*& Report  Z_URL
REPORT  Z_URL MESSAGE-ID ZMSGID1..
TABLES PROJ.
DATA: html_control TYPE REF TO cl_gui_html_viewer,
      my_container TYPE REF TO cl_gui_custom_container.
DATA : BEGIN OF GI_DATA OCCURS 0,
       PSPID TYPE PROJ-PSPID,
       END OF GI_DATA.
initialization.
SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
PARAMETERS P TYPE PROJ-PSPID.
SELECTION-SCREEN END OF BLOCK B1.
DATA PATH(2045) TYPE C.
AT SELECTION-SCREEN.
CALL SCREEN 200.
GI_DATA-PSPID = PROJ-PSPID.
APPEND GI_DATA.
CLEAR GI_DATA.
loop at gi_data.
  CONCATENATE 'http://manaswini/dm/indexsap.html?pr_id=' gi_data-pspid
',des_id=' gi_data-pspid into paTH(2045).
endloop.
  CALL SCREEN 0100.
*&      Module  ALV_DISPLAY  OUTPUT
      text
MODULE ALV_DISPLAY OUTPUT.
  IF my_container IS INITIAL.
    CREATE OBJECT my_container
        EXPORTING
            container_name = 'H_CONTAINER'
        EXCEPTIONS
            others = 1.
    CASE sy-subrc.
      WHEN 0.
      WHEN OTHERS.
        RAISE cntl_error.
    ENDCASE.
  ENDIF.
  IF html_control IS INITIAL.
    CREATE OBJECT html_control
         EXPORTING
              parent    = my_container.
    IF sy-subrc NE 0.
      RAISE cntl_error.
    ENDIF.
  endif.
  CALL METHOD html_control->show_url
    EXPORTING
      URL = path.
ENDMODULE.
*&      Module  STATUS_0100  OUTPUT
      text
MODULE STATUS_0100 OUTPUT.
  SET PF-STATUS 'ZSTATUS'.
  SET TITLEBAR '100'.
ENDMODULE.                 " STATUS_0100  OUTPUT
*&      Module  USER_COMMAND_0100  INPUT
      text
MODULE USER_COMMAND_0100 INPUT.
CASE SY-UCOMM.
WHEN 'RETURN'.
CALL SCREEN '1000'.
WHEN 'CANCEL'.
LEAVE PROGRAM.
ENDCASE.
ENDMODULE.                 " USER_COMMAND_0100  INPUT
*&      Module  cancel  INPUT
      text
MODULE cancel INPUT.
LEAVE PROGRAM.
ENDMODULE.                 " cancel  INPUT

double click on ur PF-STAUS in your program,
expand the + symbol beside the menu bar, then enter the text of the main menu, double click on the text to add more menu options under the main menu along with the associated tcode. now handle the tcode of the menu buttons in the PAI of the screen.
Ex:
CASE sy-ucomm.
  WHEN 'MENU1_ITEM1'
  WHEN MENU1_ITEM2'.
ENDCASE.

Similar Messages

  • URGENT: Changing status at Header level in Service Ticket in Webclient

    Hi All
    Please reply ASAP.......
    I am changing status for service ticket in webclient at Header level.
    But at item level system status is not changing.
    Is there any config in CRM where user status or system status is copied from header to item level
    Basically need is to trigger item status when header status is trigerred....
    Can anyone help me in resolving this issue.
    Regards
    Pankaj Vispute

    Thanks Bhanu,
    I solved my problem with your answer.
    Thanks,
    Praveen

  • Urgent:Job Status

    Hi,
    I scheduled a load to cube..
    In SM37 it says Job Finished..
    But at monitor it is still in yellow..
    Does it take time?
    At status tab I have 20 Data packets and the last 10 r in green and the first 10 r in yellow..whatis the reason?
    Even the data has come to Cube...
    Message was edited by:
            Indira SR

    Hi,
    U have not read the prob. completely..
    In SM37 it says Job Finished..
    But at monitor it is still in yellow..
    Does it take time?
    At status tab I have 20 Data packets and the last 10 r in green and the first 10..
    Source is R/3..
    There are 65lacks records..It has been one hour since the load has been finished A/C to SM37..
    Message was edited by:
            Indira SR

  • Urgent: HTTP Status 500-org.apache.jasper.JasperException in running websit

    Hi
    I am running a website. The server provided to me is tomcat and is in Linux and database is MYSQL.
    I am getting the below stated error. In my PC the code is running truly but when i upload it to website the following error occured.I have tried with all tomcat jar file and mysql-jdbc connector jar files by putting them in WEB_INF folder.
    I really need this solution in urgent. If any one could help me in solving the problem it would be really Great.
    Thank You.
    type Exception report
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.NullPointerException
         org.apache.jsp.jsp.NewRegistration_jsp._jspService(org.apache.jsp.jsp.NewRegistration_jsp:100)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.

    java.lang.NullPointerException
    org.apache.jsp.jsp.NewRegistration_jsp._jspService(org.apache.jsp.jsp.NewRegistration_jsp:100)
    What is your jsp doing at this point?
    Can you debug it?
    Put a few System.out.println() statements through so you can see at which line it breaks.
    At a guess, seeing as you have mentioned databases, it will probably be related to some database configuration you have done on your local system but not on the server. JNDI setup? Permissions?

  • *Plant Maintenance: Urgent: User status ECUS active.*

    Dear Gurus,
    One of our customer wanted serial number obligatory in OBD in the repair process.So we made it mandatory in serial number profile.Afterwards he posted some documents.But now he is not able to process those repair orders.He is trying to create OBD and after picking when he tries to post goods issue, system is giving the error as ECUS status is active.And serial number so and so can not be used here.
    So again we changed serial number profile from mandatory to optional while doing PGI. still the system is giving the same error.We checked serial number against that material in IQ02. the status is Repaired. So we are not able to understand from where system is picking ecus status. Because the status of the serial number is showing repr not ecus. I am not able to understand where the system is picking ecus status from.
    So now his all repair OBD transactions got stucked because of this.Please suggest a solution on highest priority.
    He follows the process as given below.
    repair order in VA01.
    do inbound delivery where he has to put serial number which is mandatory here.
    PGR.
    after repair,
    OBD
    PGI.
    Thanks,
    Anand

    hi
    i think once you have delivered the material ,it will create the equipment master record record stating the status as installed at customer site,
    the status you have said i think is user status ,if so kindly change the user status and proceed with the above said procedure
    revert back with any further queries
    regards
    thyagarajan

  • URGENT - Employment Status (P0000-STAT2)

    Hi Friends,
    The problem is: <b>In Production system an employee was on Leave so status was inactive. New action was made and employee is now active but should still be inactive as they have NOT returned from leave</b>.
    Somebody help me - how to Change / Modify employee Employment status directly
    Thanks in Advance
    Regards
    TG

    Hi,
    T529 is to define our Personnel actions, but we can not change/modify the employment status unless until we run another action, otherwise if we not maintained any given options here we can call the previos employment status maintained in the previous action.
    we have another option (if not through functional) to go that is customization through ZProgram, updating stat2 field form table PA0000. that set.
    Regards,
    TG

  • Urgent-user status in delivery!!!!

    hi!
    in vl02n there is a checkbox field which can be flagged for user status.
    i am looking for a table where i can find if this field
    was flagged
    thanks
    yifat

    Hi!
    Sorry, I mixed the documents - my hint with AUFK is wrong, that belongs to production orders.
    Now I searched in deliveries - can't find anything, too. I neither find this flag, nor have I seen a status linked to jest, nor text search in SAPMV50A for status_text_edit found anything.
    Are you sure, that you are still in VL02N? Maybe you left the core transaction, please describe <i>in detail</i> how you get to this status after entering VL02N.
    Regards,
    Christian

  • Error While sending infopackages from OLTP to BI/urgent

    Hi BW friends
    im workin on production support and im new to it.while
    running infopackage X ,it is throwing a error
    error:While sending infopackages from OLTP to BI/urgent
            In status tab  it shows  traingular yellow colour
      and diagnosis says that No idocs could be sent to bi using rfc.
    so if u know please reply me
    Thank you
    Amarnath k

    while loading data into the target we got this message and the solution is do manual update for that.

  • Prestage Package status not reflecting on the console

    Hello,
    I have extracted some prestage packages successfully on the new DP but for some reasons, it doesn’t reflect the status on the primary server. After troubleshooting, I found
    this article which describes my issue similarly.
    http://eskonr.com/tag/sccm-2012/page/2/
    Where it says, “Will reject this STA for DP”, that similarly matches with my concern.
    I have followed the article regarding the script for compare the version difference but what I am not sure is, I believe it ultimately says to redistribute the content to
    the DP once more ?
    Let me know if I am wrong or if there is any other way as this is happening for many prestage packages.
    Not sure how it started all of a sudden when it working since a day before.

    Hello, 
    I have created a new prestage package and it extracted successfully as per the below message in Distmgr.log but for some reasons the status doesnt reflect on the console.
    Please help as this is really urgent
    Processing status update for package AAA SMS_DISTRIBUTION_MANAGER
    11/12/2014 9:25:21 AM 11344 (0x2C50)
    Successfully updated the package server status for ["Display=\\<DP server>\"]MSWNET:["SMS_SITE=SiteID"]\\<DP server>\ for package AAA, Status 3
    SMS_DISTRIBUTION_MANAGER 11/12/2014 9:25:21 AM
    11344 (0x2C50)
    STATMSG: ID=2330 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=<primaryserver>SITE=<SiteID> PID=19600 TID=11344 GMTDATE=Wed Nov 12 03:55:21.886 2014 ISTR0="AAA" ISTR1="["Display=\\<DP
    server>\"]MSWNET:["SMS_SITE=<SiteID>"]\\<DP server>\" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=2 AID0=400
    AVAL0="AAA" AID1=404 AVAL1="["Display=\\<DP server>\"]MSWNET:["SMS_SITE=<SiteID>"]\\<DP server>\"
    SMS_DISTRIBUTION_MANAGER 11/12/2014 9:25:21 AM
    11344 (0x2C50)
    Successfully delete package status file C:\Program Files\Microsoft Configuration Manager\inboxes\distmgr.box\INCOMING\BKP96Y8Q.STA
    SMS_DISTRIBUTION_MANAGER 11/12/2014 9:25:21 AM
    11344 (0x2C50)

  • Can I put confitions in a query?!?

    Hi there,
    Can anybody tell me if there could have something like a conditional query?
    Ok here is the deal.. I have couple of tables where i have the relations between objects, subobjects and sub-subobjects and the status of the sub-subobjects.
    One object can have many subobjects with many sub-subobjects with different status
    object
    - subobject1
    -sub-subobject1
    -sub-subobject1
    I m trying to build a tree which shows img for the status of the subobjects and sub-subobjects.
    The idea is if any of the sub-subobject is "URGENT" the status for the Subobject to this subsubobject to be "URGENT" too.
    How can I make my tree query work like this?
    Any help will be highly appreciated!
    Thanks in advance

    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Apr 25 16:17:01 2007
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    macmilp@xe > with t as (
      2    select 0 id, null parent, 'UK' node, null status from dual
      3    union
      4    select 1, 0, 'Scotland', null from dual
      5    union
      6    select 2, 0, 'Wales', null from dual
      7    union
      8    select 3, 1, 'Fife', 2 from dual
      9    union
    10    select 3, 1, 'Aberdeen', 2 from dual
    11    union
    12    select 4, 1, 'Edinburgh', 1 from dual
    13    union
    14    select 5, 2, 'Dyfed', 3 from dual)
    15  select  lpad(' ', 3 * (level - 1)) || t1.node as node,
    16          (select  min(t2.status)
    17           from    t t2
    18           connect by prior t2.id = t2.parent
    19           start   with t2.id = t1.id) as status
    20  from    t t1
    21  connect by prior t1.id = t1.parent
    22  start   with t1.parent is null;
    NODE               STATUS
    UK                      1
       Scotland             1
          Aberdeen          2
          Fife              2
          Edinburgh         1
       Wales                3
          Dyfed             3
    7 rows selected.Where the urgency of the status is indicated numerically, lowest = most urgent. You can use DECODE or CASE to translate character status codes into numbers and to translate numeric status codes into corresponding img filenames.

  • ChaRM: Customizing of SAP smart formular CRM_REMINDER_MAIL_01

    Hi!
    I would like to customize the smart formular CRM_REMINDER_MAIL_01 in order to notify change request manager that the urgent correction status has been changed from "Created" to "In Development".
    The formular has originally the following view and will be generated as PDF:
    Title: Reminder Mail
    Text:
    One of your activities is overdue.
    Number: &orderadm_h-object_id&
    Description: &orderadm_h-description&
    Please do not respond to this mail, as it was automatically generated.
    Best Wishes - System Administration
    How can I customize the formular as follows?
    Title: Urgent correction &orderadm_h-object_id&
    Text:
    The urgent correction numer &orderadm_h-object_id&
    has changed their status from &???status_A& to
    status &???status_B&.
    Other question:
    What are the settings in tcode SCON to send the mails with formular name CRM_REMINDER_MAIL_01 as txt not as PDF?
    Thank you very much!
    regards

    Hello,
    please look here:
    Subject of the Email (CHARM/ServiceDesk)
    It should helps.
    Kind regards
    Marc

  • Delivery deleted but schedule line status shows as fully delivered - Urgent

    Hi,
    I deleted the delivery related to the order but teh schedule line status says its fully delivered....
    Is thr a way to refresh the schedule line so it shows the correct status? Urgent PLs.,
    Thanks
    Keshi

    Thanks fro the reply.. But i tried this but the inconsistency is still there? any other report i cn try
    Thanks
    Keshi

  • For one Urgent Change during performing the Approval(chnging the status to 'To be Tested') system does not recognize any changes using the CTS WBS BOM in the development system. The transaction is therefore incorrect or the status was reset by the system.

    For one Urgent Change while performing the one of the Approval before changing the status to 'To Be Tested'
    We are getting below error.
    The system does not recognize any changes using the CTS WBS BOM in the development system. The transaction is therefore incorrect or the status was reset by the system.
    COuld anyone please help us to know, How it can be resolved?
    We also have this below error.
    System Response
    If the PPF action is a condition check, the condition is initially considered as not met, and leads to another warning, an error message, or status reset, depending on the configuration.
    If the PPF action is the execution of a task in the task list, and the exception is critical, there is another error message in the document.
    Procedure
    The condition cannot be met until the cause is removed. Analyze all messages in the transaction application log.
    Procedure for System Administration
    Analyze any other messages in the task list application log, and the entries for the object /TMWFLOW/CMSCV
    Additional Information:
    System cancel RFC destination SM_UK4CLNT005_TRUSTED, Call TR_READ_COMM:
    No authorization to log on as a trusted system (Tr usted RC=0).
    /TMWFLOW/TU_GET_REQUEST_REMOTE:E:/TMWFLOW/TRACK_N:107
    For above error Table /TMWFLOW/REP_DATA_FLOWwas refreshed as well but still the same error.

    If you are in Test System, you can use function module AA_AFABER_DELETE to totally delete the depreciation area (tcode SE37, specify chart of depreciation and depreciation area), After that recreate your depreciation area and run AFBN. But before you do that, have you created a retirement transaction type that limits the posting on your new depreciation area? If not create one.
    Hope this helps.
    Thanks!
    Jhero

  • Cannot set status of Urgent Change after manual transport

    Hi all,
    We are usng CHARM in Solution Manager 7.1 for import to the SAP ECC (EHP6) systems.
    I cannot set the status of the Urgent Change document (ZMHF) to status "To be Tested" after the transports were manually released and manually imported to the ECC QA system.
    When I use action "Pass Urgent Change to Test", the system stopped with error "Not all task are yet released" and will not change the status .
    Based, on the Task List log, the system started the release process although no transports were released.
    Is there any way that I can update the status of the Urgent Change document to "To be Tested"?
    I tried program CRM_SOCM_SERVICE_REPORT but still did not change the status.
    Any suggestion?
    Thanks,
    Tess

    Hi Venu,
    have a look under System Administration - System Configuration -- Knowledge Management -- Configuration --Content Management -- User Interface -- Commands -- UI Command Groups -- StatemanagementGroup.
    See Java class: com.sapportals.wcm.rendering.uicommand.cm.UIStatemanagementGroupCommand. Take the class and decompile this and everything needed around to understand how this class works.
    Then you can choose to extend this CommandGroup to also have a command "Resubmit for Approval" or you can implement your own UI Command only for resubmitting (you will also have to activate your command (group) by settings within the configuration).
    On the other hand, if all this is completely new to you, I'm a bit sceptical if the task isn't a bit too big as a first task on KM implementation topics...?
    Hope it helps
    Detlev

  • Urgent- production order error- ERTR status

    Dear PP Gurus
    i have an urgent production issue, we have full fledged WM implemented and production order components are issued automatically when order is released via a Pick list 
    Now the problem is that the BOM components are NOt correctly staged during picking
    after the order is released , the status shows <u><b>ERTR- Error in transfer requirements</b></u>, so how should i solve this error
    i have created production supply areas and maintained supply areas in MRP=2 views, i have also created Control Cycles for all the materials
    please help and appreciate your valuable expertise on how to solve this urgent issue
    thanks in advance
    regards
    Chakri<u></u>

    Hi Chakri
    Check production schedulign profile, Did you maintain WM in that
    also check in Control cycle ,staging ind. shd be "1"
    Cheers
    bala

Maybe you are looking for

  • How process flow of a foundry industry is mapped in SAP

    Hello All, Can anyone please tell me how to map process of foundry industry in sap for PP module.

  • Opening pages in new tabs is slow and switches to the new tab and back. How can I stop this?

    I work with a lot of tabs and most of the time, I need pages in new tabs to open fast. Recently, whenever I open a page in a new tab, Firefox goes to the new tab for a second, then back to the tab I was on previously, although I have it set to not au

  • Base UOM translation in query

    Hi, if i check some data on R/3 tables i can see Base UOM = "EA", but when i see it on a transaction it is translated to "C/U" according to my logon language. On the infocube the same data loaded appears as "EA", the question is is it going to be tra

  • Disappointed with the server based backup ...

    I have had a palm pilot from the beginning (some time around 1995) and have been quite happy with the improvements over the years. I was very happy when sprint introduced the palm centrino, as I could now incorporate my palm data with my cell phone,

  • Export data source

    Hi, I have a question, i have transectional ODS which is use as an export datasorurce and feed infocube, now i need to add another infocube, what is the procesure, please some one explaine me step by step, thanks