PF status in report is not working. Please suggest.

Hi All,
I am creating a report which would be having following3 buttons
1) Save
2) Delete
3) Modify
For relative actions I have already declared the "Set PF-STATUS 'XYZ'. Further going in deep in APPLICATION TOOLBAR I have created these 3 buttons with follwoing specifications
Save:
F.code : SAVE
Delete:
F.code :  Delete
Modify:
F.code : Modify
I have written Set PF status in the initialization section.
At very last when I run the report it shows no button on the application toolbar. Please help. Its being cracking the head.
Waiting for fast responses. Pointw would be given right on the time.

Hi Maddu
Below is my code and it works fine. I am using sel.screen 1000.
REPORT  zrbtest.
SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME.
PARAMETERS : p_werks TYPE werks.
SELECTION-SCREEN : END OF BLOCK b1.
INITIALIZATION.
SET PF-STATUS 'ALV'.
In the PF-STATUS ALV i have included SAVE Function code in the application tool bar. I can see the save in the screen. Try now !!!
Reward points if useful.
Edited by: Raj on May 1, 2008 7:21 PM

Similar Messages

  • I have Iphone4 and my Iphone wifi button greyed out mean not working, Please suggest what need to do.

    I have Iphone4 and my Iphone wifi button grayed out mean not working, Please suggest what need to do and i am using ios 6.

    Please ask your question

  • Data modification code not working please suggest something good?

    Hi all,
    I have a sql file where for all "CONSTRAINT anyname NOT NULL,"
    occurences
    i have to append "NOT NULL, -- " before "CONSTRAINT Adept_Usr_Login
    NOT NULL, " in order to modify that.
    I have written this code which is not giving required result.
    Please provide me some better solution if some can.
    The sql file contents are:
    CREATE TABLE Adept_User(
    Id NUMBER(10, 0) NOT NULL,
    Login_Name VARCHAR2(30)
    CONSTRAINT Adept_Usr_Login NOT NULL,
    First_Name VARCHAR2(35)
    CONSTRAINT Adept_Usr_First_name NOT NULL,
    Last_Name VARCHAR2(35),
    User_Password VARCHAR2(10)
    CONSTRAINT Adept_Usr_Last_name NOT NULL,
    User_Status NUMBER(10, 0)
    CONSTRAINT Adept_Usr_Status NOT NULL,
    User_Type NUMBER(10, 0)
    CONSTRAINT Adept_Usr_Type NOT NULL,
    Customer_Contact NUMBER(10, 0),
    Employee NUMBER(10, 0),
    Organization Number(10,0),
    Password_Modified_Date DATE,
    Currency_Master_Id NUMBER(10, 0),
    CONSTRAINT PK23 PRIMARY KEY (Id)
    CREATE TABLE Adept_User_Group(
    Id NUMBER(10, 0) NOT NULL,
    Adept_Group NUMBER(10, 0)
    CONSTRAINT Adept_Usr_Grp NOT NULL,
    Adept_User_Name NUMBER(10, 0)
    CONSTRAINT Adept_Usr_name NOT NULL,
    CONSTRAINT PK157 PRIMARY KEY (Id)
    CREATE TABLE Adept_User_Permission(
    Id NUMBER(10, 0) NOT NULL,
    Adept_Screens NUMBER(10, 0)
    CONSTRAINT Adept_Usr_Perm_Scren NOT NULL,
    Adept_User_Group NUMBER(10, 0)
    CONSTRAINT Adept_Usr_Grp NOT NULL,
    Dashboard char(1),
    CONSTRAINT PK28 PRIMARY KEY (Id)
    The code written is:
    import java.io.*;
    class MySample1
    public static void main(String[] args) throws Exception
    String file="C:/Documents and
    Settings/vijendras/Desktop/sampleApplicationchngd.sql";
    FileReader inputstream = new FileReader(file);
    BufferedReader rdr = new BufferedReader( inputstream );
    // the StringBuilder which stores the processed lines
    StringBuffer dataLines = new StringBuffer();
    // read the file line by line
    String dataLine;
    while( ( dataLine = rdr.readLine() ) != null ) {
    // split the input data into words upto first 3 words only
    String[] tokens = dataLine.trim().split( " ",3 );
    if( tokens[ 0 ].trim().equalsIgnoreCase( "CONSTRAINT") && tokens[ 2
    ].trim().equalsIgnoreCase( "NOT") &&
    tokens[ 3 ].trim().equalsIgnoreCase( "NULL," ) )
    dataLines.append( "NOT" ).append(" NULL").append(",").append(" -- ");
    System.out.println(dataLines.toString());
    else{
    dataLines.append(dataLine).append( '\n' );
    rdr.close(); // close the file
    // open the file for writing new data to it
    BufferedWriter writer = new BufferedWriter(new
    FileWriter(file));
    //System.out.println(dataLines.toString());
    // write the new StringBuilder's data back to the file.
    writer.write( dataLines.toString(), 0, dataLines.length()
    writer.close(); // close the filev
    Thanks
    Vijendra

    Hi Alok ,
    i got ur query ,,
    loop at main_table.
    DELETE from zvdelivery1
    WHERE MATNR = MAIN_TABLE-MATNR AND
    BOX_NO = main_table-box_no.
    ENDLOOP.
    instead of this
    get the main_table contents into itab where
    as u say the matnr can be v*-.1234aofdmcpilo
    so ur itab will be like this
    matnr              |  box no |  date   
    v*-.1234aofdmcpilo |  20     | 10122006
    K#$%^&*ASDIFNIFDID |  30     | 11232006
    $@%&&*43943434DFDDD|  40     | 12232006  
    so get the whole contents into ur itab.
    now  use only this
    DELETE ZDELIVERY1 FROM TABLE MAIN_TABLE .
    if  sy-subrc eq 0 .
    write:/ records deleted.
    endif.
    NOTE.
    DONT PUT THIS(DELETE STATEMENT ) IN A LOOP .
    Regards,
    Vijay.

  • Extraction and Reporting is not working in BI SYSTEM

    Hi,
            The BI developement r shows error an License Expire.Currently i change the system date and working fine. If changing the system date modeling part is working fine. But extraction and Reporting is not working. please help me to solve this problem.

    HI,
    If the license is expired then appky for the permanent license from Service market place and install it in the system through SLICENSE TCode. For this you need to have S-user ID to access service market place to apply for license.
    Regards,
    Sharath

  • Discoverer Reports does not work in Multi-org Environment after R12 Upgrade

    Discoverer Reports does not work in Multi-org Environment after R12 Upgrade. Created a simple report using the below query:
    SELECT po_header_id, segment1, type_lookup_code
    FROM po_headers
    WHERE segment1 = '5000002'
    Query works perfectly fine; when i set the ORG_CONTEXT in the database using the command:
    EXEC mo_global.set_policy_context('S',129)
    But the report doesn't fetch any data when ran from an Org based responsibility. We've ensured that the MO: Operting Unit is set accurately and general Oracle reports (PLSQL Program OR XML Publisher) are working perfectly fine.
    ===========
    I followed the steps provided in Metalink Note: 732826.1 - It works for some responsibilities where the MO: Security Profile is not set; but fails for those responsibilities where the MO: Security Profile is set.
    I am looking for specific solution that works irrespective of either the MO: Operating Unit profile is set of not.
    Please suggest. Appreciate your response.
    Thanks,
    Kesava Chunduri

    Hi Hussein,
    Thanks for the quick response.
    Yes, I've gone thru both the notes specified below:
    Discoverer Workbooks Based On Organization Enabled Views Are Not Populated [ID 1293438.1]
    - Tried this option; but this option is messing up a couple of Oracle Standard Functionalities.
    - For ex: If i set this profile option; we are not able to create any receipts using Custom Responsibilities.
    I am able to create the receipt, when i remove this profile option.
    No Data Shows for Reports in Discoverer 10g with Applications Release 12 [ID 1054380.1]
    - I see that the products i am running these reports from AR/GL - already exists in these tables.
    Anything other options??
    Thanks,
    Kesava

  • 1. TACAS+ Accounting and Logged in Users report is not working on ACS 4.1(1

    Hi,
    I am facing problem with ACS 4.1 accounting, TACAS+ Accounting and Logged in Users report are not working, the csv file is been generated but nothing is showened in the file.
    I have checked the documents related to ACS 4.1, it says that there is a bug related to command accounting “CSCsg97429 - TACACS+ Command Accounting does not work in ACS 4.1(1) Build 23”.
    Tried upgrading the same with the patch applAcs-4.1.1.23.3.zip, still it is not working.
    Other reports are working fine.
    1. TACAS+ Accounting - not working
    2. Logged in Users - not working
    3. TACAS+ Administration - working
    4. Passed Authentication - working
    5. Failed Attempts - working
    Any suggestions or any idea, please revert.
    Regards
    Vineet

    Hi,
    Thanks
    Yes I have configured the command “aaa accounting exec default start-stop group tacacs+”
    As I have mentioned all the other reports are working. Which user and when he has logged in and what commands he has used. Only the TACAS+ Accounting and logned user is not working.
    Regards,
    Vineet

  • The built-in mic in g50 122ca laptop model is not working. please help me out.

    the built-in mic in g50 122ca laptop model is not working. please help me out. OS: Windows Vista (32-bit)

    here is a sample code .
    so far you procedure looks good but
    i bet you have to specify the name of report , instead of 'filename'.
    see this
    Plist_id := GET_PARAMETER_LIST('P_name');
    IF NOT ID_NULL(Plist_id) THEN
    DESTROY_PARAMETER_LIST(Plist_id);
    END IF;
    Plist_id := CREATE_PARAMETER_LIST('P_name');
    ADD_PARAMETER( Plist_id, 'P_Receive_date', TEXT_PARAMETER, TO_CHAR(Receive_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Hearing_date', TEXT_PARAMETER, TO_CHAR(Hearing_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Hearing_time', TEXT_PARAMETER, TO_CHAR(Hearing_time,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Issue_date', TEXT_PARAMETER, TO_CHAR(Issue_date,'mm/dd/yyyy'));
    ADD_PARAMETER( Plist_id, 'P_Workshop_date', TEXT_PARAMETER, TO_CHAR(Workshop_date,'mm/dd/yyyy'));
    -- RUN_PRODCT(REPORTS,'..\Reports\Pro_License',SYNCHRONOUS, RUNTIME, FILESYSTEM, Plist_id, NULL);
    -- here Pro_License is the name of report.
    did you tried to see if the parameter passed using a message ?
    try
    message('parameter name'); pause; write this before "run_report".

  • Active Report Viewer not working in Internet Explorer 10

    We have many legacy applications developed using ASP and VB(InterDev). Our organisation is moving to use Internet Explorer 10 in the near future.
    We had a IE10 compatibility testing for our legacy applications and we observed that the applications using Active Report Viewer to generate the reports are not working. Applications works perfectly fine with the older version of Internet Explorer.
    We looked for the various workarounds but we did not succeed.
    Some application does nothing when we click on a button to generate the report but some applications throws the below error:
    "ActiveX
    control failed to load! -- This control is required to use the Address Book and Attachment features.  Please check your browser security settings and/or contact PC Support to install the digitally signed control."
    We will be glad if we get any assistance on this issue.

    We have many legacy applications developed using ASP and VB(InterDev). Our organisation is moving to use Internet Explorer 10 in the near future.
    We had a IE10 compatibility testing for our legacy applications and we observed that the applications using Active Report Viewer to generate the reports are not working. Applications works perfectly fine with the older version of Internet Explorer.
    We looked for the various workarounds but we did not succeed.
    Some application does nothing when we click on a button to generate the report but some applications throws the below error:
    "ActiveX control failed to load! -- This control is required to use the
    Address Book and Attachment features.  Please check your browser security settings and/or contact PC Support to install the digitally signed control."
    We will be glad if we get any assistance on this issue.
    Hi,
    There is a more dedicated forum for web development issues
    https://forums.asp.net , I would recommend you post this issue in that forum to get more dedicated supports.
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Oracle 9iAS R2 - reports are not working  - JSP Error

    dear All
    We are having issue in our Oracle 9i AS R2, the reports are not working, this thing happend suddenly , while runing any report the following messages are coming
    ==============
    500 Internal Server Error
    OracleJSP:
    JSP Error:
    Request URI:/repdemo/examples/Tools/test.jsp
    Exception:
    org.omg.CORBA.OBJECT_NOT_EXIST: minor code: 0 completed: No
         at com.inprise.vbroker.ProtocolEngine.PortfolioImpl.getConnector(PortfolioImpl.java:79)
         at com.inprise.vbroker.ProtocolEngine.ManagerImpl.getConnector(ManagerImpl.java:147)
         at com.inprise.vbroker.orb.DelegateImpl._bind(DelegateImpl.java:196)
         at com.inprise.vbroker.orb.DelegateImpl.verifyConnection(DelegateImpl.java:365)
         at com.inprise.vbroker.orb.DelegateImpl.is_local(DelegateImpl.java:493)
         at org.omg.CORBA.portable.ObjectImpl._is_local(ObjectImpl.java:356)
         at oracle.reports.engine._EngineReportStub.doneReport(_EngineReportStub.java:36)
         at oracle.reports.definition.RWJspProxy.doneReport(RWJspProxy.java:261)
         at oracle.reports.definition.RWReport.done(RWReport.java:1087)
         at oracle.reports.jsp.ReportTag.release(ReportTag.java:398)
         at oracle.jsp.runtime.OracleJspRuntime.releaseTagHandler0(OracleJspRuntime.java:1109)
         at oracle.jsp.runtime.OracleJspRuntime.extraHandlePCFinally(OracleJspRuntime.java:1213)
         at examples.tools._test._jspService(_test.java:292)
         [SRC:/examples/Tools/test.jsp]
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    -=================
    please help to resolve this issue.
    thanks in advance.
    regards

    Dear All
    Just to share the solution of the problem.
    We restarted the XServer which is on the other machine then Oracle 9i AS Middle Tiere and Infra. Once we restarted the XServer machine, and restarted the reports server , every thing back to normal.
    regards

  • IPhone 6 pin or fingerprint not working please help me asap

    i phone 6 pin and finger print not working please help

    Howdy Karan sood,
    Welcome to Apple Support Communities.
    It sounds like you’re running into an issue unlocking your iPhone because Touch ID and passcode aren’t being accepted.
    Take a look at the article linked below, it provides troubleshooting suggestions that’ll resolve most Touch ID issues.
    Use Touch ID on iPhone and iPad - Apple Support
    Get help with Touch ID
    Make sure that you're using the latest version of iOS.
    Make sure that your fingers and the Home button are clean and dry.*
    Cover the Home button completely. Don't tap too quickly, don't press down hard, and don't move your finger while Touch ID is scanning. Make sure that your finger touches the metal ring around the Home button.
    If you're using a case or screen protector, make sure it doesn't cover the Home button or the surrounding ring. If it does, remove the case or screen protector and try again.
    Tap Settings > Touch ID & Passcode and make sure that iPhone Unlock or iTunes & App Store is on. Also make sure that you've enrolled one or more fingerprints.
    Try enrolling a different finger.
    If you can't enroll any of your fingers, take your device to an Apple Retail Store, Apple Authorized Service Provider, or contact AppleCare for help.
    * Moisture, lotions, sweat, oils, cuts, or dry skin might affect fingerprint recognition. Certain activities can also temporarily affect fingerprint recognition, including exercising, showering, swimming, cooking, or other conditions or changes that affect your fingerprint.
    And, this article provides tips that’ll help resolve passcode issues.
    iOS passcodes - Apple Support
    Forget your passcode?
    If you or someone else enters the wrong passcode too many times, your device will disable itself temporarily. Get help if you forgot your passcode or your device is disabled.
    Learn what to do if you forgot your Restrictions passcode.
    I hope this helps,
    -Jason

  • HT201412 my iphone 4s does not start by power switch, it starts when i connect to pc. the proximity sensor is not working. please help

    my iphone 4s does not start by power switch, it starts when i connect to pc. the proximity sensor is not working. please help.

    Sounds like it may be a hardware issue.
    Please contact Apple Support in your country.
    Here is a list of numbers: http://support.apple.com/kb/HE57
    Regards
    J

  • I have installed adobe flash player on my computer and this is not working please help

    I have installed adobe flash player on my computer and this is not working please help

    What is your operating system & version?
    What is your web browser?
    What means "not working"; what do you see instead of the expected Flash content?

  • I have unabled 5 fingure gesture now not able to perform any task,also my power button is not working,please help me in removing this gesture,using I phone 4

    I have unabled 5 fingure gesture now not able to perform any task,also my power button is not working,please help me in removing this gesture,using I phone 4

    I have unabled 5 fingure gesture now not able to perform any task,also my power button is not working,please help me in removing this gesture,using I phone 4

  • I have 4s iPhone , I download the iOS 7. Now the front receiver microphone is not working , please help me that how to fix the problem.

    I have 4s iPhone , I download the iOS 7. Now the front receiver microphone is not working , please help me that how to fix the problem.

    I live in South Africa, and I had the same problem with my iPhone 4.
    After weeks of frustration and swearing, I was in the process of restoring my phone to a previous iOS. To do that you need to turn the "Find my iPhone" option off, since i turned it off, my problem was solved. No need to repair anything or revert back to old iOS.
    ***** that i cant use Find my iPhone, but atleast i can use my phone.

  • I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.

    I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.I have lost my resource cd .

    If you are running Lion or Mountain Lion, the drivers are downloaded from within Bootcamp Assistant. If you are running Snow Leopard the drivers are on your Snow Leopard install disk.
    Read the Bootcamp Install Guide for your version of OSx. http://www.apple.com/support/bootcamp/
    Bootcamp questions should be asked in the Bootcamp forum where the Bootcamp gurus hang out https://discussions.apple.com/community/windows_software/boot_camp

Maybe you are looking for

  • ??AAR is running & can't be used to view PDF files in a web browser

    I sure hope someone can explain what this means because I'm at a total loss.  I've been trying to print a priority postage label for the last 30 minutes and I keep getting this msg...."The Adobe Acrobat Reader that is running can not be used to view

  • Problems with Zip Classes

    I am having a hard time zipping up an EJB. I would like to zip the META-INF folder and it's contents along with the package structure and files in the package. Now that you know the end result, let me ask the question. How does one use the ZipOutputS

  • Add-in Menu disappeard in Excel 2007

    Hi Guys, I have a problem that I don't able to see "add-Ins" menu in menu bar of my excel 2007. How should i enable this one? Many Thanks,

  • Regarding displaying alphabetical charater instead of number

    Hi All, I need your help.I want to display Hundered or thousand in words as i am giving input as 100,1000. Can i able to do that? Thanks in advance. Nilesh

  • Tiger constantly complains about the printer being stopped!

    I am really getting sick and tired of dealing with a problem that I for not a SINGLE DAY had in Mac OS 7-9! NOT a single day!! Please understand my frusteration, because in some ways Mac OSX is a downgrade. Yet in many others ways is superior. Okay y