Is Dynamic WETabMenu Possible

<p>is it possible to have a WETabmenu that is dynamicly driven by say a database ? or do I need to stick to using dropdowns?</p><p> </p><p>We are looking for a way to allow different WETabmenu  displays to be generated based on the user who is accessing a report. As such this report display various property information but not all users have the same kinds of properties ( residential, office, industrial ect.)  is there a way to dynamically generated the WETabmenu to support the need to only display menu items the users needs acces to ?</p><p> </p><p>Jon Roberts</p><a href="http://www.programmervault.com/">http://www.programmervault.com</a>

Jamie,
Yea, I saw that javascripts in the bottom of the fuction where it said not to modify.    I did play with it a little bit, but not too comfortable chaning too much there.  Thought there might have been something that I was missing, but doesn't look like it!
Thank you for responding!
Sincerely,
Namita

Similar Messages

  • Is dynamic tab possible ?

    Hi Experts,
    I have got a requirment where I am designing screen in module pool purpose of this program is to take input from user and save in table.
    Based on the functional location(FL)  there can be different no of Equipment if for a FL there is 3 eqipment then 3 tabs should appear if there is 4 then 4 and so on.
    So basically my requirment is to create dynamic tabs is it possible ?
    As of now I am solving it like this - I am taking 10 tabs (as I know there can not be more then 10 equipment for a FL) and activating only those tabs where there is data rest will just appear but will not be active is there any way to hide tabs like parameters ?
    Any help in this regard will be highly appreciated.
    Regards
    Bikas

    If you are not aware about how many tabs you want to keep active until runtime, u can use the concept of field symbols...it will help you to get the required tabs and then you have to program it in PBO by doing loop at screen and then accordingly you can activate tabs.

  • Dynamic configuration : possibility of adding custom Key?

    hi experts,
    is it possible that i can add a new custom key like for example
    namespace : http://sap.com/xi/XI/System/ERROR    
    key : ERRORDESC
    and put it inside the Dynamic configuration during a mapping and then use it further?
    or are we limited to the use of ONLY standard key pairs?
    Thanks in advance.
    Regards,
    Amol

    Yes, is possible.
    Take a look here:
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=95093307
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00a7ba12-e7cd-2b10-d589-e52b11346f77

  • RT: Dynamic Event possible without polling?

    RT Targets only support dynamic events as seen in this demo:
    http://digital.ni.com/public.nsf/allkb/42B70D2D0C4B568586256E2F0051441D?OpenDocument
    the example uses: "Generate User Event" to fire an event.
    The event is fired within an While Loop where two inputs are compared (polling the input all the time....)
    I would like to generate an Event on a change of a variable without having to poll.
    Is this possible?
    thanks a lot
    thomas

    Hi Thomas,
    you can use shared variables and LabVIEW DSC on your RT target without polling but otherwise there's no possibility to avoid polling completely.
    Here are some interesting links on this issue:
    "Installing LabVIEW DSC, SQL, or MSDE on a Real-Time Target": http://digital.ni.com/public.nsf/allkb/52CC76196A480C6C86256F8900592A25 
    This page contains also other interesting links on this issue!
    http://digital.ni.com/manuals.nsf/websearch/12BCE84BAF96E2AE862574330022EC46 
    "Using the LabVIEW Shared Variable": http://zone.ni.com/devzone/cda/tut/p/id/4679 
    "Using Shared Variable Events on Real-Time Targets": http://digital.ni.com/public.nsf/websearch/3AE325EECD9A17AD862570BA00625088?OpenDocument 
    The DSC features of the shared variable are limited to use on Windows targets, however you can host variables on a Windows machine and reference them on a real-time target. Another option is to create two sets of shared variables, one set hosted on the Windows side and one on the RT side, with each variable on the Windows set bound to the corresponding variable on the RT side. This would allow you for example to log data on a variable, but have it hosted on the RT side with no network dependency on the RT side to the Windows side.
    I hope these informations help you!
    Best regards
    Suse
    Certified LabVIEW Developer (CLD)

  • EOIO with dynamic queuename possible in SOAP sender ?

    The customer has a requirement to pass a queuename parameter within its SOAP message, and our PI SOAP sender adapter (which must use QoS EOIO) should use that queuename. Apart from the question if that makes sense:
    is that possible at all ?
    If yet, what flags do I have to set in the SOAP sender adapter (query strring, keep attachments and so on) ?
    PI 7.0
    CSY
    Edited by: Christian Sy on Jan 13, 2011 10:14 AM

    Interesting. We tried that option before, but got the following strange exception, so we thought that is the wrong way. The sender is PI 7.1, the receiver is PI 7.0.
    Is it a problem with the different versions, or a problem with the namespace name (e.g. the "Minus" character) ?
    Message-Verarbeitung fehlgeschlagen. Grund: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIServer/UNKNOWN/MalformedMessageException - Unexpected length of element <sap:Main><sap:Interface @sap:namespace> = http://abcde.com/rd/GL/PA/B2B/SU-OP_IF001-GL/PurchaseOrder/10; nested exception caused by: com.sap.aii.messaging.util.XMLScanException: Unexpected length of element <sap:Main><sap:Interface @sap:namespace> = http://abcde.com/rd/GL/PA/B2B/SU-OP_IF001-GL/PurchaseOrder/10 at com.sap.aii.messaging.mo.xmb.XMBMessageHeader.unmarshal(XMBMessageHeader.java:1184) at com.sap.aii.messaging.mo.Message.reparseRootDocument(Message.java:964) at com.sap.aii.messaging.net.MIMEInputSource.readSOAPPart(MIMEInputSource.java:624) at com.sap.aii.messaging.net.MIMEInputSource.decodePart(MIMEInputSource.java:616) at com.sap.aii.messaging.net.MIMEInputSource.readBody(MIMEInputSource.java:382) at com.sap.aii.messaging.net.MIMEServletInputSource.parse(MIMEServletInputSource.java:58) at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:390) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    CSY

  • Is dynamic display possible in crosstabs?

    Hi All,
    I am new to Design Studio and need your help in designing my first dashboard using the ver 1.3
    There are 4 charts with the same dimension but with 4 different measures. Am able to display this dynamically through scripting by creating a single chart. However, each of these charts also has a crosstab below it to show the values of the measures with alerting.
    Is there a way I can display the 4 types of measures in a single crosstab dynamically just as I am able to do in charts? Otherwise I will have to create 4 aliases of the same data source which I do not think will be a good design.
    Looking forward to your views and advices
    Thanks & Regards
    Swasti

    Hi Swasti,
    By using Set filter you can dynamically control the key figures for bex queries.
    Syntax: DS_1.setFilter(dimension, value);
    Dimension is the Key Figures Technical name(Enterprise ID) and value is Individual key figures Enterprise id from Extended tab of the Query properties in Bex Designer.
    I hope this helps.
    Regards,
    Sampath

  • Is Dynamic Configuration possible with IDOC adapter.

    Hi,
    I have SOAP to IDOC scenario. I have many SAP receivers and are determined at runtime in a Java map.
    Can i use Dynamic Configuration for IDOC adapter?
    Thanks
    Shakthi

    Hi Sivasakthi,
    Why do you need Dynamic Configuration in receiver IDOC?
    Regards,
    Sanjeev.

  • Dynamic Filters possible ?

    Hi there,
    My Boss wants to Switch to Power View from Reporting Services, but he wants to know if everything you could do in SSRS is available in Power View first.
    One of the things i noticed immediately is that i couldn't define the filter values for the Months dynamically (is this Really True ?)
    What i want is something in the form i used in SSRS Parameters as Default Value:
    cstr(year(dateadd(
    "m", 0, now()))) +
    "-"+ right(
    "0"+ cstr(month(dateadd("m",
    0, now()))), 2)
     --- For the current Year-Month
    Is there a way to do this in Power View ? any Way ???
    Thanks a lot in advance!

    Hi gbobj,
    Power View is quite limited in comparison to SSRS. If you require very tight control over the look, feel, and behavior of your reports and dashboards
    then it's probably best to stay with SSRS. Where Power View shines is in flexible data analysis and allowing attractive data visualisations to be created very quickly.
    It may be that you can identify some of your simpler reports/dashboards that would benefit from being recreated in Power View without losing important
    functionality. However, for your more complex ones you may want to hold off on using Power View for them unless your end-users are willing to lose some of the functionality that they have in the SSRS versions.
    With regards to the dynamic selection of the year and month, you could try a similar approach to the one outlined in my first reply in
    this thread, but the approach is dependent on when the data model was last refreshed and isn't as elegant or powerful as using an expression to dynamically set the default value for an SSRS parameter behind the scenes.
    Regards,
    Michael
    Please remember to mark a post that answers your question as an answer...If a post doesn't answer your question but you've found it helpful, please remember to vote it as helpful :)
    Website: nimblelearn.com, Blog:
    nimblelearn.com/blog, Twitter:
    @nimblelearn

  • Playlist with dynamic streaming possible?

    I'm using Cloudfront to serve my video content, and have successfully implemented dynamic streaming by defining different bitrates in the f4m file. I now need to implement the ability to skip ahead in the content by using the "next" button, or an external control. (either is fine)
    In other flash video players, you simply define the start time for each playlist item.
    An over-simplified example:
    myvideo_300k startttime=0 title=chapter1
    myvideo_800k starttime=0 title=chapter1
    myvideo_300k startttime=150 title=chapter2
    myvideo_800k starttime=150 title=chapter2
    How can I accomplish this using the strobe media player?
    Thanks,
    Glen

    Hi Glen,
    I would go with a .m3u playlist containing dynamic streaming f4m's for each chapter.
    At this time we do not support starttime and endtime, but you can split the file into smaller chunks at the cue points.
    You will lose the positioning in the entire asset, though (the scrub bar will show you only the current chapter).
    Another solution would be to use the SMIL plugin and to create your SMIL files (a serial composition of f4ms). It's more complicated, but it could lead to better results.

  • Dynamic Calc Member with Formula to Calculate a Rolling 13 Year

    I have to create a rollup in my time dimension that will have 13 members representing each month of a 13 rolling forecast. I am having trouble setting this up as dynamic calc members with a formula assigned to it. For example, on of the members has the following formula.
    As you can see, I am referencing several substitution variables since I want to make this as most dynamic as possible without having to make any changes to the formula member. Only making changes to the substitution variable. Any help would be much appreciated.
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Jan"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Feb"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Mar"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Apr"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "May"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Jun"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Jul"));
    "RTM 6" = @MDSHIFT(&Act_RF_Last_Month, -1, "Years", , 5, "Period",);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Aug"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Sep"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Oct"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Nov"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF
    IF((@ISMBR(&Current_Year)) AND (&Act_RF_Last_Month == "Dec"));
    "RTM 6" = @SHIFT(&Act_RF_Last_Month,-7);
    ELSE #Missing;
    ENDIF

    We use similar logic but its in a calc script, not a dynamic formula.
    Here's an example of what we do:
    FIX (&Year, &Scenario)
    IF (@ISMBR("JAN"))
    "Average Usage%" = @AVG(SKIPBOTH, @MDSHIFT("Usage %"->"DEC"->&actYear, -1, "Year",), "Util %"->"JAN"->&actYear);
    ELSEIF
    ENDFIX
    Another example in a different database:
    IF (@ISMBR("JAN")) ((@MDSHIFT("Fees"->APR,-1,YEARS,)+@MDSHIFT("Fees"->MAY,-1,YEARS,)+@MDSHIFT("Fees"->JUN,-1,YEARS,)+@MDSHIFT("Fees"->JUL,-1,YEARS,)+@MDSHIFT("Fees"->AUG,-1,YEARS,)+@MDSHIFT("Fees"->SEP,-1,YEARS,)+@MDSHIFT("Fees"->OCT,-1,YEARS,)+@MDSHIFT("Fees"->NOV,-1,YEARS,)+@MDSHIFT("Fees"->DEC,-1,YEARS,)+"Fees"->JAN)/10)*12;

  • Create PDF/X1A Document Dynamically in PHP

    Hello Everyone,
    This is my first time posting in this forum, so hopefully iv posted in the correct part =)
    I am in the middle of createing a web based system, written in PHP, and one of the requirements of this system is to create a PDF/X1A document dynamically.  The user will input some data into the webpage and then upon submitting the page a new PDF/X1A will be created, at least that is the aim.  I have trawled the intenet with no joy. 
    I have read that i will ba able to create a PDF/X1A document using Photoshop, InDesign and some other Adobe products.  This is not going to be useful in terms of my requirements unfortunatly.
    Please could someone inform me if creating a PDF/X1A document dynamically is possible ?  If it is not, are there any work arounds i can use to fulfil my requirements ?
    Regards,
    -Ben

    It is possible to create PDFs (of any flavor) using programming. You can create your own pdfs if you know the language specification or you can use one of Adobe's LiveCycle Server products to dynamically created pdfs. This latter method is more expensive, but probably easier to work with and easier to scale.
    http://www.adobe.com/products/livecycle/

  • Unit test with Dynamic Value Query

    Hi,
    I am planing a function which should return a table name for a given ROWID. The ROWID will be selected from a view. Now I am trying to setup a unit test which consists of Startup and Teardown Process as well as a Dynamic Value Query. During Startup Process one dataset is inserted in a table which is part of a view definition. The dataset should be selected during Dynamic Value Query. However I am getting the following error message: Unable to run the test because no rows were returned by the dynamic query. Is there the possibility that within a Dynamic Value Query I can't make use of datasets which where inserted by a Startup Process? I am asking because the selection outside the unit testing framework supplies the dataset as expected.
    SQL Developer: 3.2.20.09 Build MAIN-09.87
    Java: 1.6.0_45
    Regards.

    Dynamic SQL is very tricky.  Since you can get the data outside your application extract and test the dynamic SQL as it is generated.  When working with dynamic SQL I find it useful to first generate the SQL text as a string and then if necessary store it in a table (CLOB type) for later reference.  Because of the uncertainty of obtaining bind variable values later I prefer to hard-code such values into dynamic SQL - possibly slightly less efficient for Oracle at run time but a lot easier to work with when debugging and tuning (again, apart from the built-in inefficiency of not using bind variables)  I usually find the overhead of the hard-coded values not too bad and the ability to know the data values at a glance useful.  I also find it useful to write dynamic SQL in such a way so that the resulting statement can be pasted in to any normal SQL tool (SQL*PLUS, SQL*Developer) and run without any editing.
    There may be some quirk in the generated dynamic SQL preventing it from finding anything.
    Good luck.

  • Diifernece b/w varinats & dynamic variants

    Hello Abapers,
    Could you guys help me out in explaining the diff b/w variant & dynamic variant ...where it is used in what scenarios...
    it will be appreciated with lots of points if you cld able to explain with an example.
    awaiting for your replies....
    Regards,
    Ravi V Ganji

    Hi,
    <b>Varinats</b>
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/62/2e5ed7f50d2d4085c1d6bed67b24c0/frameset.htm
    <b>Dynamic Variants:</b>
    Dynamic varaints possible in 2 ways.
    - Dynamic declaration by System defined variables
    - Dynamic declaration by custom defined variables
    the first one is defined by the variant management screen. The second one is defined using STVARV and STVARC tcode.
    In STVARV you define a variable which will be available as drop down in the varaint management screen.
    Please follow these steps:
    1. Enter the values in the selection screen
    2. Save the variant using the SAVE button
    3. In the next screen for the date variable select the 'Selection variable' checkbox (L) and click on the button 'Selection variable' in the toolbar.
    4. Now you will see this variable in the next screen with 3 types of buttons. Click on the middle button (ie. D - Dynamic date calculation).
    5. Click on the down arrow button and select the option 'Current Date'.
    6. Save the variant.
    Reward if it helps
    Regards,
    Santosh

  • How to rewrite dynamic SQL built using IF clauses, as static SQL?

    Hi folks
    I have some Dynamic SQL that I would like to rewrite as static.
    The original PL/SQL code contains a number of IF clauses that I would normally replace with CASE statements in the static code, but I am wondering if I'm doing it the best way as although it works, I am not that happy with it for reasons described below.
    [Please excuse any remaining syntax errors, I have tried to reduce them but we have no Oracle on our internet network and I can't CutnPaste from the dev network.]
    So...
    An example of what I would normally do.
    A silly example, I admit, but it's just for demo.
    Original Dynamic Code:
    PROCEDURE GET_EMP_NAMES(p_job_title  IN VARCHAR2 := NULL
                           ,p_car_class  IN NUMBER   := NULL
                           ,p_REF_CURSOR OUT CURVAR)
      Purpose: Provide names of all employees.  But if MANAGERS only is requested,
      then limit the result set to those employees with the car class specified.
      Fields in table emp: first_name, fam_name, car_class(NUMBER)
    AS
      v_str VARCHAR2(1000);
    BEGIN
      v_str := 'select e.first_name, e.fam_name FROM emp e WHERE 1=1 ';
      IF p_job_title = 'MANAGER' and p_car_class IS NOT NULL THEN
          v_str :=  v_str || ' AND e.car_class = ' || p_car_class;
      END IF;
      OPEN p_REF_CURSOR FOR v_str;
    END;My usual rewrite:
    BEGIN
      OPEN p_REF_CURSOR FOR
        SELECT e.first_name, e.fam_name
          FROM emp e
         WHERE e.car_class =
                          CASE WHEN p_job_title = 'MANAGER' AND p_car_class IS NOT NULL
                                 THEN p_car_class
                               ELSE e.car_class
                           END;
    END;My problem with this is that some employees may have an e.car_class of NULL.
    In this case the WHERE clause will evaluate to NULL = NULL, and so they will not be included in the result set.
    So I usually defend with NVL() and some fictive constant for the NVL result, ie:
    AS
      k_dummy_val CONSTANT NUMBER(20) := 56394739465639473946;
    BEGIN
      OPEN p_REF_CURSOR FOR
        SELECT e.first_name, e.fam_name
          FROM emp e
         WHERE NVL(e.car_class,k_dummy_val) =
                        CASE WHEN p_job_title = 'MANAGER' AND p_car_class IS NOT NULL
                               THEN p_car_class
                             ELSE NVL(e.car_class,k_dummy_val)
                         END;
    END;But now I have had to decide what to use for k_dummy_val. I need to choose some fictive number that is not and will not EVER be used as a car class. This is a problem as I do not know this.
    So this makes me think that my technique is incorrect.
    Do you have any suggestions?
    Many thanks
    Assaf
    Edited by: user5245441 on 03:55 24/04/2011

    Hi,
    Assaf wrote:
    ... if I were to do the following then it would be a mess, right? Barckets are needed and if I have many such conditions and make a mistake with the brackets, then... :(Brackets may be needed, but they're a good idea even if they are not needed.
    WHERE     p_job_title     != 'MANAGER'
         OR     'X' || TO_CHAR (car_class)     
               = 'X' || TO_CHAR (p_car_class)
    AND   p_yet_another_param != 'SOMETHING ELSE'
         OR     'X' || TO_CHAR (another_field)     
               = 'X' || TO_CHAR (p_another_param)What do you think?Using parenetheses, that would be:
    WHERE     (   p_job_title     != 'MANAGER'
         OR     'X' || TO_CHAR (car_class)     
               = 'X' || TO_CHAR (p_car_class)
      AND   (   p_yet_another_param != 'SOMETHING ELSE'
         OR     'X' || TO_CHAR (another_field)     
               = 'X' || TO_CHAR (p_another_param)
         )I find this clearer than CASE expressions, but I won't be maintaining your code.
    This is one place where implicit conversions won't hurt you. Both operands to || have to be strings. If you use a NUMBER as an operand to ||, then it will be implicitly converted to a string. Usually, it's better to make this clear by using TO_CHAR, and converting the NUMBER to a string explicitly, but in this case you might gain clarity by not using TO_CHAR.
    Put comments in your code where you think they'll help someone to read and understand it.
    WHERE
         -- p_car_class only applies to MANAGERs
         (   p_job_title     != 'MANAGER' 
         OR     'X' || car_class
               = 'X' || p_car_class
      AND   (   p_yet_another_param != 'SOMETHING ELSE'
         OR     'X' || another_field
               = 'X' || p_another_param
    ... I avoid dynamic whenever possible, leaving it for use only in situations where things such as Table Names are unknown at compile time. I find it complex and error prone, and especially difficult for another developer to support at a later date.I agree. I agree especially with being concerned about the developer who has to modify or debug the code in the future, regardless of whether it's you or another.

  • Finding 'things' dynamically from within a program

    Hi all,
    I have the following 'problem': I'm writing a program that should find a particular folder in SAP Office. I want the program to find this folder as dynamically as possible: so I certainly don't want to use the folder-id hard-coded (besides: I'm writing this program on a development system, and on the prod.system the folder doesn't exist yet). I don't want either to specify a folder-name in my program, because the customer should be able to change that name if he/she likes it, and the program should continue to work correctly, finding the renamed folder (or for that matter, a whole new folder, if the customer wants that) if this (renaming) happens.
    So what I'm looking for is a place (in the system) for the customer to indicate the name of the folder to be found by the program, a place that can be found by the program to read this name (and then find the folder with that name).
    Of course this can be solved by a customer table (with application data, not a customizing table!) with name-value pairs in it. In that case I can use a name (= logical label) hard-coded in the program and read the associated value (in this case the name of the folder to be found) from that table.
    But I don't want to use customertables if it can be done without them, in order not to pollute the system more than necessary.
    So, my question is: can this be done without using a table in the customer-namespace? Does SAP offer such a thing?
    Of course the SAP Office folder is only an example.
    I know they do have something for file names (and paths): it's hidden in the customizing somewhere under SAP Web Application Server. There you can connect logical names to 'real' paths/filenames, which makes it very flexible: in your programs you only need to use the logical name, and on each server you can fill in the actual path on that machine, and your program works everywhere.
    But in general???
    Thanks for any idea's on this subject.
    Regards Fred

    If your are calling RSCONN01 after your function module then remove the submit of RSCONN01. This program will run scheduled every 1 to 5 minutes anyway as background job by the basis .

Maybe you are looking for

  • GoPro HD - Why is it not possible to use a GoPro as an external/remote camera on my iPhone?

    If I could cable a GoPro Hero HD camera to my iPhone, why would I be unable to tell my iPhone 4 to use it as an external video camera and video source? Or any USB camera for that matter? Why is this not possible? Ian

  • No. of Foreign Trade data

    Hi All, In case of Export Orders we cannot combine   deliveries   into a billing   document as the header data - u201CNo. of Foreign Trade datau201D differs in the deliveries.Our requirement is to combine export related deliveries into a single invoi

  • Unable to rescale iTunes Window (Mac OS)

    Running iTunes 9.1.1 on a new MacBook Pro after having moved library from my old 15" macbook pro, I now find the iTunes window exceeds the width of my screen. And I do not see the bottom of the window, especially the resizing corner and the buttons f

  • Error in L_TO_CREATE_MULTIPLE

    Hi Experts, I'm using FM-- L_TO_CREATE_MULTIPLE to create the Transfer order for multiple items, i need to pass I_BETYP and I_BENUM values while creating transfer order. What values we need to pass in these parameters and from where we get these valu

  • ERROR: Web Dynpro component does not exist

    Hi! Trying to open different menu items in PPM I get browser with error: 500 SAP Internal Server Error ERROR: Web Dynpro component does not exist (termination: RABAX_STATE). Url looks like: someurl.com:8010/sap/bc/webdynpro/sap/inm_workcenter_app?IV_