Hi all sap experts    F4 problem -  no solution is coming from forum

hi all
in alv grid output ( not in selection screen) there is a input enabled field say xyz, this field is given f4 help by creating ztable, and when f4 is pressed on xyz field, it is fetching all the data related to that field, but the user wants restricted value with respect to company code and land1, the alv grid shows no of rows and company code and land1 are 1st and 2nd fields in the output.
how to restrict the value in F4 help ???
provide code pl.
thanking u in advance
rocky

Rocky,
  Already i replied for this.
See you might have written a FM
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
         EXPORTING
              retfield        = 'WERKS'
              dynpprog        = ws_repid
              dynpnr          = sy-dynnr
              value_org       = 'S'
         TABLES
              value_tab       = i_t001w
              return_tab      = v_return
         EXCEPTIONS
              parameter_error = 1
              no_values_found = 2
              OTHERS          = 3.
whatever the fields you have in the internal table those will display in help.
To restrict these take company code and land1 fields in internal table select the values and pass that internal table into  above FM
Ex : internal table is "i_t001w"
Don't forget to reward if useful...

Similar Messages

  • Calling all script experts - Wierd problem with a previously perfect script

    Hi,
    As script which used to work fine is now causing me big problems.
    The line that is causing the problem is highlighted in the script editor as:
    tell application "Finder" to set file_List to every file of entire contents of master_Folder -- Obtains all related files.
    On running the script I get the following message:
    Finder got an error: Can't make every file of entire contents of alias "Atlas Mac-Mini:Users:design:Desktop: TESTpictures - for script:Landscape copy:" into type reference.
    As I said the script used to work fine, A couple of members of this forum have tried to rewrite the script for me (thanks to them) but I'm still gettig the same message. I'm wondering is there something wrong with my system (which otherwise works fine).
    I'd appreciate any help and advice on what may be going wrong.
    Thanks, Ray
    In case it helps, here's the full script (which adds the file's path to the filename):
    set master_Folder to (choose folder with prompt "Choose a folder for filename processing") -- Select folder.
    set path_Depth to ((choose from list {1, 2, 3, 4, 5} with prompt "How many paths in these filenames?") as number) -- Select folder depth.
    tell application "Finder" to set file_List to every file of entire contents of master_Folder -- Obtains all related files.
    repeat with i in file_List
    set {oAStId, AppleScript's text item delimiters} to {AppleScript's text item delimiters, ":"}
    set fileItemsList to text items of (i as string) -- List of individual path items [disk, folder(s), file] of file of file_List.
    set fileItemsCount to count fileItemsList -- Number of individual path items.
    set fileItemsList to text items (fileItemsCount - path_Depth) through fileItemsCount of fileItemsList
    set fullFileName to last item of fileItemsList as string -- Obtain full file name.
    set AppleScript's text item delimiters to "."
    try -- Obtain file name and file extension.
    set file_Name to ((text item 1 of fullFileName as string) & "-") -- Obtain only file name, less any file extension..
    set file_Ext to ("." & (text item 2 of fullFileName as string)) -- Obtain file extension.
    on error -- Sets up a "If you can't do case 1 then try this" .
    set file_Ext to "" -- If no File Extension exists, set 'file_Ext' to "".
    end try
    set AppleScript's text item delimiters to "-"
    -- Change name of file.
    set name of i to (file_Name & ((text items (1) through ((count fileItemsList) - 1) of fileItemsList) as string) & file_Ext)
    set AppleScript's text item delimiters to oAStId
    end repeat
    Various   Mac OS X (10.4.6)  

    Hello RaymondTomin,
    I don't see any reason for Finder to throw such an error in the said line. Perhaps something is wrong in your system.
    Try the following test scripts. If they fail on any folder you choose, I'm afraid something is surely wrong in your system, not in your script code.
    (If they fail, create new user account and try them in it to narrow down the problem cause. Also try repairing disk and/or repairing permissions.
    And it might help as well to clear some caches by using, e.g. Onyx:
    http://www.titanium.free.fr/pgs/english.html
    Or even to re-apply OSX's Combo Updater:
    http://www.apple.com/support/downloads/
    Good luck
    H
    -- TEST 1
    set fda to choose folder
    tell application "Finder"
    items of item fda
    end tell
    -- END OF TEST 1
    -- TEST 2
    set fda to choose folder
    tell application "Finder"
    try
    items of item fda as alias list
    on error
    items of item fda as alias as list
    end try
    end tell
    -- END OF TEST 2
      Mac OS 9.1.x  

  • Hi All Sap experts

    I looking for a list of bank key and bank from Indonesia. Could anyone help me on this?
    thanks in advance,
    Marcelo

    Rocky,
      Already i replied for this.
    See you might have written a FM
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
             EXPORTING
                  retfield        = 'WERKS'
                  dynpprog        = ws_repid
                  dynpnr          = sy-dynnr
                  value_org       = 'S'
             TABLES
                  value_tab       = i_t001w
                  return_tab      = v_return
             EXCEPTIONS
                  parameter_error = 1
                  no_values_found = 2
                  OTHERS          = 3.
    whatever the fields you have in the internal table those will display in help.
    To restrict these take company code and land1 fields in internal table select the values and pass that internal table into  above FM
    Ex : internal table is "i_t001w"
    Don't forget to reward if useful...

  • All SAP-internal WDJ : please note this post in "Suggestions" Forum

    OK SAP WDJ Developers, it's time to "stand and deliver"

    anieljnproctor wrote:
    I signed up for the Spotify beta test and have access to the Google + group and the beta app however I don't have access to that community page on Spotify community. Can someone give me access to that it's with the email that I use for Spotify.
    Just to confirm; from the Home page of the forums where you can access the different boards such as account help, desktop etc if you scroll to the bottom you don't have a section called 'The Beta Band' which sits just above 'Latest Topics'?
    If it's missing let me know and I'll get a moderator to check your access is genuinely missing from this section.

  • I have merged the bookmarks of two desktop firefox, the problem is: the bookmarks coming from the synchronization of the second firefox has right title but uncorrect link!

    the bookmarks has correct title but uncorrect link.

    How did you do that "merge"? Or did you use Firefox Sync?

  • Problem with pdf display downloaded from application server

    Hi all,
    I have a problem with displaying pdf downloaded from application server (saved in BINARY MODE).
    I am getting the pdf output of adobe form in FPFORMOUTPUT-PDF as rawstring back to my program and then converting that rawstring into binary form using the function module SCMS_BINARY_TO_STRING.
    Now, when I export the data to presentation server directly using cl_gui_frontend_services=>gui_download, the pdf is downloaded properly.
    However, when I save the data to application server file by looping at the internal table obtained from SCMS_XSTRING_TO_BINARY and using TRANSFER, and subsequently downloading the file in "unconverted format" from AL11 to my desktop, I am getting a "blank" pdf file (with the same number of pages as the one downloaded using gui_download).
    I have tried different encodings during download but in those cases i get corrupted pdf message. only the default option of INTIAL value seems to work.
    I am forced to believe that there is a problem in my code which saves the data to app server but I cant find any solution that is logical. Any solution to this would be greatly appreciated.
    Regards,
    Sasi
    Edited by: Sasi Upadrasta on Sep 29, 2010 7:55 PM

    used a program to read the file from appl server and then downloading it to desktop.

  • Problem with Text data Extraction from R/3

    Hi Experts,
    The problem is extracting Text data from R/3 system.
    Actually its an delta load.The load is running fine....but it is not bringing any data from the source system (R/3)0 Record.When I checked the table in R/3 system the data are there.
    I tried with Fullupdate too, still its bring 0 record.
    What will be the solution for this?
    Thanks in Advance!
    Regds,
    SPS

    Hello SPS, I cant remember very well, but when we found this issue, the problem was Language key. There was a problem with standard datasource.
    Did you try to find any notes for your datasource ?
    Hugs,
    Bueno

  • Problem: Only receiving e-mails from address book contacts

    BlackBerry Curve 8330m on Sprint BIS.
    Only e-mail account registered is a university (.edu) email address.
    No filters set up in BIS whatsoever.
    Problem: If an address NOT in my address book sends me an e-mail, I do not receive it on my BlackBerry. I'm only seeing e-mails sent by people in my address book. I would prefer to receive ALL e-mails.
    Thank you in advance for any help you can provide.

    That also happened to me for a few days. I was looking for some solution in forums and I found this: the same problem and no solution. Then the light came to me:
    A few days ago I changed some security settings without clear idea about consequenses. Now I have fixed it:
    1) click "OPTION" menu
    2) click "SECURITY OPTIONS" menu
    3) click "SECURITY SERVER" menu
    4) Now unblock the incoming messages for each one of the services: uncheck SMS, MMS, PIN, BIS, BES
    5) Save settings
    (My blackberry language is spanish but I think translation is right)
    ... In  my case I had blocked all the incoming email BIS messages except the coming from the contacts in my address book. I hope this works for both you with the same problem in case you still (10 months later) don't have fixed it or change to iPhone :-)
    Traduce

  • Problem in retriving the realpath from the servlet

    Hai All,
    I am facing problem in retriving the realpath from the servlet.
    I am using the following code in order to retrieve the path.
    String prefix = getServletContext().getRealPath("/WEB-INF/classes");
    The value returned from above code is null.
    I am using Weblogic 8.1 server, and deploying my servlet as WAR file inside
    the weblogic server.
    Is this the problem with the weblogic server or with the code. Is there any way to over come this.
    I need the path as i am implementing Log4j for the servlet and i have to pass the
    configuration file in one of the function "PropertyConfigurator.configure(file);"
    where the file should include complete path.
    My configuration file is in WEB-INF/Classes directory.
    Any help is appreciated.
    Thanks in advance
    Pooja.

    String realPath = request.getRealPath(request.getContextPath());
    That should return the path up to where you have your servlet context.

  • Problem in running oracle report from form 10g Version 10.1.2.0.2

    Hi All,
    I am facing problem while running the report from forms 10g getting FRM-41219
    For this i am using the following procedure :
    PROCEDURE RUN_REPORT IS
    L_RUN_TEXT VARCHAR2 (2000);
    L_USRID VARCHAR2 (100);
    L_PASSWD VARCHAR2 (100);
    L_DESNAME VARCHAR2 (100);
    FILE_OUT_PUT VARCHAR2(200);
    REP_STATUS VARCHAR2(20);
    REP_NAME VARCHAR2(50);
    PL_ID PARAMLIST;
    REP_URL VARCHAR2(2000);
    V_REP VARCHAR2(200);
    BEGIN
    display_me('RUN_REPORT');
    -- CALL THE FOLLOWING FUNCTION, IN WHICH USER CAN WRITE HIS OWN CODE.
    -- THE PROCEDURE CAN BE MADE LOCAL TO THE SPECIFIC FORM AND WRITE THE CODE.
    -- IT SHOULD RETURN 'Y', IF YOU WANT TO PROCEED WITH THIS RUN_REPORT
    -- PROCEDURE.
    IF NVL (RUN_REPORT1, 'Y') = 'N' THEN
    RETURN;
    END IF;
    COMMIT_FORM;
    IF (GET_APPLICATION_PROPERTY (OPERATING_SYSTEM)) = 'UNIX' THEN
    L_DESNAME := 'LP';
    ELSE
    L_DESNAME := NAME_IN ('REPORT_TITLE.F_FILE_NAME');
    display_me(L_DESNAME);
    END IF ;
    /* SETTING THE REPORT OBJECT PROPERTIES */
    /* G_PRAM1 IS THE NAME OF REPORT ****/
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_SERVER,'172.18.76.34');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_FILENAME,:GLOBAL.G_PARAM1||'.REP');
    display_me(':GLOBAL.G_PARAM1 '||:GLOBAL.G_PARAM1);
    PL_ID := GET_PARAMETER_LIST ('REP_PARA');
    IF NOT ID_NULL (PL_ID) THEN
    DESTROY_PARAMETER_LIST ('REP_PARA');
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('REP_PARA');
    ADD_PARAMETER (PL_ID, 'DESTYPE' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.RAG_DESTINATION') );
    ADD_PARAMETER (PL_ID, 'DESNAME' , TEXT_PARAMETER, L_DESNAME);
    ADD_PARAMETER (PL_ID, 'COPIES' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.F_NO_COPY') );
    ADD_PARAMETER (PL_ID, 'ORIENTATION', TEXT_PARAMETER, 'LANDSCAPE');
    ADD_PARAMETER (PL_ID, 'MODE' , TEXT_PARAMETER, 'BITMAP');
    ADD_PARAMETER (PL_ID, 'PARAMFORM' , TEXT_PARAMETER, 'NO');
    ADD_PARAMETER (PL_ID, 'PARAM' , TEXT_PARAMETER, NAME_IN ('IBP_REPORT_PARAMETER.F_REP_SEQ') );
    ADD_PARAMETER (PL_ID, 'P_COMP_CODE' ,TEXT_PARAMETER,:GLOBAL.G_COMP_CODE);
    display_me(':GLOBAL.G_COMP_CODE '||:GLOBAL.G_COMP_CODE);
    REP_NAME := :GLOBAL.G_PARAM1||'.REP';
    display_me('REP_NAME'||REP_NAME);
    V_REP := RUN_REPORT_OBJECT('REPOBJ');
    display_me('V_REP '||V_REP);
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    display_me('REP_STATUS'||REP_STATUS);
         WHILE REP_STATUS IN ('RUNNING','OPENING_REPORT','ENQUEUED')LOOP
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    END LOOP;
    IF REP_STATUS = 'FINISHED' THEN
    REP_URL:='/REPORTS/RWSERVLET/GETJOBID'||SUBSTR(V_REP,INSTR(V_REP,'_',-1)+1)||'?'||'SERVER=172.18.76.34';
    display_me('REP_URL '||REP_URL);
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    ELSE
    MESSAGE('ERROR WHEN RUNNING REPORT');
    END IF;
    END;
    Which is called on a button , can any body share there idea to help out
    Warm Regards
    Ashutosh

    Yes, I have replace the userid with scott/tiger@orcl with i6menu/i6menu@vbs and also replace the OAS server's name as you have suggested.
    declare
         REP_URL varchar2(2000);
    begin
    REP_URL:= '/reports/rwservlet?userid=i6menu/i6menu@vbs&report=testrep_10g.rdf&desformat=pdf&destype=cache&paramform=no';
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    end;
    I had the 2nd code also but both r not working on my machine ......... !!
    I have made the following setting on my machine:
    1. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->FORMS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    2. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->REPORTS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    3. Entry made in the DevSuiteHome_1\forms\server ->default.env
    FORMS_PATH=D:\vision_soft\VSS\exe
    4. Entry made in the DevSuiteHome_1\reports\confr ->rwservlet.properties
    #SERVER= rep10
    As my forms is working well & but the report are not able to call.
    Could you please let me know is there is any other mandatory setting required for the report 10g.
    Regards,
    Ashutosh

  • Problem when participant training booking from MSS- ECC

    Hi All,
    i have a problem with book/cancel training from webdynpro application(mss) as like LSo_psv1.
    I am able to book the training  using FM RH_PARTICIPATION_INSERT.But participant document(TPARTDOCNO)field not geting filled.
    I am not able to cancle the participant training booking using RH_PARTICIPATION_DELETE from MSS.it is giving dump.
    I hope the Participation documentno which is not filled when booking causing dump.
    please help me in this isuuse why tpartdocno field not getting filled when insertion.please provide logic if any.
    Regards
    sarath

    Hi,
    I have run  the program  RHSETPADBOOK_LSO  to fill TPARTDOCNO filed in HRVPAD25 table for the existing entries,and able to cancel bookings after that.
    But still that field not getting filled for new bookings for new courses too.
    any idea why this is happening and how to solve.
    Regards
    sarath

  • Problem with downloading individual songs from an already purchased album to iPhone

    Hi All,
    I'm having problems with downloading single songs from the "purchased" list onto my iPhone. I reset my phone and went to redownload my music, however i only want to download certain songs from different albums which in the past i've been able to do by navigating to the purchases section of the itunes app, then opening each album and selecting the cloud like icon by each song i want.
    Having tried this today, i get the list of songs however the all have a "Purchased" next to them which is greyed out and the only way to download anything is to get the whole album. I've not got iTunes match on and can't think of any settings i've changed, can any suggest what i need to do to enable me to just get a selection of songs?

    Actually Michael I know exactly how to delete.. The iPhone would not let me swipe to the left to delete the individual song, so I went to the album view and did it there.. The issue I am having is a bug because it removed 3/4 of the albums availablity off my iPhone.. You post proved no help because it is basic troubleshooting which, if you read my post, I have already done.. I did however figure out how to fix my issue on my own.. Basically I had to remove the album from my iTunes on my computer and upload it again to iTunes Match..

  • Problem playing remote live stream from FMS

    Hello all,
    I'm having problems playing remote live streams from FMS (server-side) that I can play with any other player (client-side)
    Example of server-side application which plays a remote live stream:
    nc = new NetConnection();
    nc.connect("rtmp://remoteserver/live");
    stream = Stream.get("localStream");
    stream.play("remoteStream.flv", -1, -1, true, nc);
    This code works only sometimes.
    Most of the times, FMS is able to connect to remote string and the localStream dispatches events:
       NetStream.Publish.Strart
       NetStream.Play.Reset
    In this case, FMS is publishing the local stream but it is not playing the remoteStrem on it.
    The rest of the times, localStream dispatches events:
       NetStream.Publish.Strart
       NetStream.Play.Reset
       NetStream.Play.Start
       NetStream.Data.Start
    In this case FMS plays the remoteStream correctly.
    Any hint to solve this issue?
    Regards.

    Thanks, I tried your code and it works when playing a remote live stream on another FMS.
    But the remote live stream is not on a FMS but on a Wowza Server which re-streams an RTSP stream over RTMP.
    With this code:
    var nc;
    var myStream;
    application.onAppStart = function(){
         nc = new NetConnection();
         myStream = Stream.get("localstream");
         myStream.onStatus= function(info){
               trace(info.code);
         nc.onStatus = function(info){
               trace (info.code);
               if(info.code == "NetConnection.Connect.Success" ){
                    myStream.play("remoteLive.sdp", -1, -1, true, nc);
         nc.connect("rtmp://remoteServer/live");
    Every live stream player I tried was able to play the remote stream "remoteLive.sdp", but FMS play it only sometimes. This is the output log of the FMS application:
    NetConnection.Connect.Success
    NetStream.Publish.Start
    NetStream.Play.Reset        <--------------------------------- Stuck there, stream won't play
    Unloaded application instance wowza4/_definst_ <--- Reload app
    NetConnection.Connect.Success
    NetStream.Publish.Start
    NetStream.Play.Reset        <--------------------------------- Stuck there, stream won't play
    Unloaded application instance wowza4/_definst_ <--- Reload app
    NetConnection.Connect.Success
    NetStream.Publish.Start
    NetStream.Play.Reset
    NetStream.Play.Start         <--------------------------------- Stream is playing just fine
    NetStream.Data.Start
    Unloaded application instance wowza4/_definst_ <--- Reload app
    NetConnection.Connect.Success
    NetStream.Publish.Start
    NetStream.Play.Reset       <--------------------------------- Stuck there, stream won't play
    Any idea? Why FMS won't play it everytime?
    Regards

  • ALL SAP Solution Manager Transaction Code

    Dear experts,
    is there any document or transaction code listing all existing transactions code related to Solution Manager?
    Especially for aministrator profil.
    Thank you very much.
    Best regards,
    Pascal.

    Hi,
    I have searched for documents but couldnt find it.
    I can though provide you with a gud no of t-codes:
    RMMAIN - Roadmap
    SOLAR_PROJECT_ADMIN - Project Administration
    SOLAR01 - Business Blueprint
    SOLAR02 - Configuration
    STWB_2 - Test Plan Management
    STWB_WORK - Testing
    SOLAR_EVAL - Reporting
    SMSY - System Landscape
    SOLUTION_MANAGER - Solution Manager Operations
    DNOTIFWL - Basic Notifications Worklist
    CRM_DNO_MONITOR - Transaction Monitor
    CRMD_ORDER - Transaction Processing
    SBWP - SAP Business Workplace
    SOLAR01C - SAP Solution Manager: Configuration
    STWB_INFO - Test Workbench Information System
    STWB_WORK - Testing
    SCDT_SETUP - Customizing Distribution
    SCOUT - Customizing Scout
    SDCCN- configuring earlywatch alerts
    SMSY_SETUP
    SOLMAN_DIRECTORY-solution directory config.
    DSWP- Solution Overview
    BUSP- generate business partners
    SOLMAN_ISSUE_MGMT - Issue Management
    SLDCHECK - Connection test SLD
    SLDAPIUSER - Customizing SLD API
    AISUSER - SAP Support Portal User Maintenance
    You can also take the list of T-Codes by executing SE16 and checking the contents of Table TSTCT?
    Let me know if this helps
    Rohit

  • How to monitor all SAP Server through solution Manager?

    Dear Friends,
    How to monitor all SAP Server through solution Manager?
    Is it possible if yes then how? Please forward configuration and transaction also.
    Please help me as early as possible..
    Thanks,
    Regards,
    Sachin

    Hi sachin,
    You can monitor your sattilite systems through solution manager.
    If you want to monitor systems in solution manager means you need to configure those systems in solution manager.
    Before including the systems in solution manager we need to create a solution using tcode <b>DSWP</b>.
    After that you can include the systems using tcode <b>SMSY</b>.
    For configuring the systems we have lot of phases its very difficult to explain here.
    Try to login to<b> service.sap.com</b> and <b>help.sap.com</b> find the helpfull guides.
    i hope it will help you.
    any issues post it.
    kiran kumar.v

Maybe you are looking for

  • CS4 Master Collection wont fully uninstall

    I have been running CS4 Master Collection on Windows Vista for some time, upgraded to Windows 7, had a few installing issues with putting CS4 MC back on my PC. Decided to start from scratch so uninstalled it, using Add/Remove AND the CS4 Cleanup Scri

  • Icon Previews

    I've been working on a series of icons to complete my folio and I'm getting very poor results. In Folio Builder, there are two places to place icon artwork - in Cover Preview in the Folio Properties and in the Table of Contents Preview in Article Pro

  • Firmware 7.4.1: Unable to log to authenticated shares (error 1203)

    Current setup: Windows XP Professional SP3; AirPort Extreme (802.11n) with Gigabit; AirPort Extreme Firmware v7.4.1; AirPort Base Station Agent v5.4.1; AirPort Disk sharing enabled as "With Accounts"; USB attached disk formatted on Leopard as UFS+ wi

  • Problème démarrage d'adobe premiere pro cs3

    Bonjour à vous! Je ne sais pas si vous pouvez m'aider, mais on ne sait jamais! Je vous envoie ce message car j'ai un problème avec mon adobe premiere pro cs3. Tout marchait à merveille, sauf que du jour au lendemain, le programme refuse de s'ouvrir!

  • Adobe TV in AMP

    I am not getting a good experience of watch Adobe TV on AMP. First issue is I am not getting the full episode playing all the way through. I will get the ad for HP or NVidia and it seems to cut off the last minute or 2 of the program I subscribed to