SXMB_MONI: Meaning of column "Job-ID"?

Hi everybody,
what does a value in this column mean?
For what is it used?
Regards Mario

Hi Mario,
When you want to use Event Driven Message Processing, a job will be allocated and scheduled that will pick the message of the Integration Engine and execute it at particular time. To indicate which job is scheduled for that particular message, JobId for message will be dispalyed in MONI. This job Id can be seen when we work with IDoc packages also.
Check the following blogs for more clarity
<a href="/people/alexander.bundschuh/blog/2006/01/04/scheduling-messages-in-sap-xi:///people/alexander.bundschuh/blog/2006/01/04/scheduling-messages-in-sap-xi
<a href="/people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages:///people/sravya.talanki2/blog/2005/12/09/xiidoc-message-packages
Regards,
Sudharshan N A

Similar Messages

  • WinDbg: Meaning of columns of STACK_TEXT

    Hi,
    I am analyzing a crash dump with WinDbg. With the "!anaylze -v" command there is also a "STACK_TEXT" displayed. This is very helpful, but I also need to know what are the addresses which are shown there; example: <0012e288 7816e0e8 0012e2a4 031b2c58 00000000>
    (most upper line of the example below)
    There are alway 5 columns but there is no hint - also not in the helpfile - which column has which meaning.
    Can anybody tell me this ?
    ======================
    STACK_TEXT: 
    0012e288 7816e0e8 0012e2a4 031b2c58 00000000 msvcr80!_woutput_l+0x74b [f:\dd\vctools\crt_bld\self_x86\crt\src\output.c @ 1629]
    0012e2c4 7816e102 7813f135 031b2c58 00000000 msvcr80!_vscwprintf_helper+0x4f [f:\dd\vctools\crt_bld\self_x86\crt\src\vswprint.c @ 441]
    0012e2d8 78306c68 031b2c58 0012e330 006f1010 msvcr80!_vscwprintf+0x14 [f:\dd\vctools\crt_bld\self_x86\crt\src\vswprint.c @ 450]
    0012e2f0 78307307 031b2c58 0012e330 ff9f7eaa mfc80u!ATL::CStringT<wchar_t,StrTraitMFC_DLL<wchar_t,ATL::ChTraitsCRT<wchar_t> > >::FormatV+0x23 [f:\dd\vctools\vc7libs\ship\atlmfc\include\cstringt.h @ 2142]
    0012e320 00638f38 0012e364 00004fb0 000003ee mfc80u!ATL::CStringT<wchar_t,StrTraitMFC_DLL<wchar_t,ATL::ChTraitsCRT<wchar_t> > >::Format+0x3c [f:\dd\vctools\vc7libs\ship\atlmfc\include\cstringt.h @ 2552]
    ======================

    Sorry, but I am still confused.
    Take this example (unicode):
    CString txt;
    txt.Format(_T("%d, %d, %s"), 0xAAAA, 0xBBBB, 0xCCCC, _T("Servus"));
    WinDbg shows this (I just insert the first call to Format):
        0025f96c 0037159b 0025fa6c 0037884c 0000aaaa mfc100ud!ATL::CStringT<wchar_t,StrTraitMFC_DLL<wchar_t,ATL::ChTraitsCRT<wchar_t> > >::Format+0x53
    Let's compare this to its assembler:
            0x41156F: C745FC00000000 MOV DWORD PTR [EBP-0x4],0x0
            0x411576: 8BF4 MOV ESI,ESP
            0x411578: 6868884100 PUSH 'Servus' ; (0x418868)
            0x41157D: 68CCCC0000 PUSH 0xCCCC  
            0x411582: 68BBBB0000 PUSH 0xBBBB
            0x411587: 68AAAA0000 PUSH 0xAAAA
            0x41158C: 684C884100 PUSH '%d, %d, %s' ; (0x41884C)
            0x411591: 8D45D4 LEA EAX,[EBP-0x2C]
            0x411594: 50 PUSH EAX
            0x411595: FF1528C44100 CALL DWORD PTR [MFC100UD.DLL!5232]; (0x41C428)
    The last argument in the stack trace is simple 0xAAAA
    The one before is the "const wchar_t*" (yes, I verified this by viewing the memory at 0x0037884c)
    But what argument is the first one? 0025fa6c
     Any idea ? 

  • Standard error of mean for column/bar graphs

    Hi,
    Is it possible for me to have different standard errors in a column graph? (i.e. in a graph with 2 or more columns/bar to have their individual error bars drawn out?) So far I have only been able to have a single number for both columns in the graph.
    V

    V,
    Numbers does the best it can with the information you give it. If you ask for Error Bars, Numbers will calculate the standard deviation for the series and assign that calculation result to each of the bars in the series.
    If each of your values represents some statistic that in itself is accompanied by a standard error, that's another thing, but Numbers doesn't know what the error values are unless you tell it. The way to tell Numbers what the error bar values should be in these special cases is to use Custom values.
    Here's an example:
    I like to use the Scatter Chart, but you will find similar controls for the bar chart.
    Jerry

  • Oracle db JOBS concurrency

    Dumb questions on oracle database jobs scheduling:
    Assume we are scheduling database jobs with all default values( except what to run,when to run)
    job_queue_processes=1000
    1) If a job is scheduled to run every 5 minutes. Currently if the job is taking 2 minutes to run based on data, now later after few months
    if the job takes 7 minutes to run. Will there be duplicate jobs running at any given time ?
    2) Can the same job be running more than once at the same instance ?
    Thanks

    If you are using DBMS_JOB then, assuming that what you mean when you say that the job is scheduled to run every 5 minutes is that you specified an INTERVAL of sysdate + interval '5' minute when you created the job, that interval is evaluated to determine the next runtime only after the current run completes. If the job actually runs for 2 minutes, that would mean that the job actually runs every 7 minutes not every 5 minutes. If the job then starts taking 7 minutes, the job will actually run every 12 minutes.
    Justin

  • Classic Report - Column Conditions Not taking Effect when Changing Pagination

    Apex Version:  4.2.1.00.08
    DB Version: 11g Release 11.2.0.3.0
    Hi,
    I have a classic report that has some columns that conditional hide/show depending upon the value of a page item.  When the report is first displayed with the first pagination set(Rows 1-100), the columns display as they should.
    When moving to the next pagination set(Rows 101-200), the columns no longer display as they should and it seems that the condition is not taking effect.  Partial Page Refresh is set to 'Yes' for the report.
    Any ideas on why this might be occurring?

    tvanderl
    Assuming you mean that columns are rendered while you expect them not to.
    Are the conditions based on page items.
    It could be that the session state of those items is different between when the page is first rendered and when de refresh due to the pagination is done.
    See if adding the in the condition used page items to the page items to be submitted for the region helps.
    Others wise see if you can replicate the issue on apex.oracle.com so we can see what you mean.
    Nicolette

  • How can I erase a job in SM35 using the job_open and job_close functions?

    Hi!
    I call and execute a job in the SM35 transaction with the functions below, but how can I erase the job from SM35. Because when the functions are executed in the JOB_CLOSE the variable jobrele return me an 'X' that means that the job is executed but I see that the job is not erased from the transaction.
    Thanks for the help.
      CALL FUNCTION 'JOB_OPEN'
        EXPORTING
          jobgroup         = bi
          jobname          = jname
        IMPORTING
          jobcount         = jnumb
        EXCEPTIONS
          cant_create_job  = 1
          invalid_job_data = 2
          jobname_missing  = 3
          OTHERS           = 99.
    CALL FUNCTION 'JOB_SUBMIT'
      EXPORTING
        authcknam                         = sy-uname
        jobcount                          = jnumb
        jobname                           = jname
        REPORT                            = sy-repid
    IMPORTING
       STEP_NUMBER                        = v_step_number.
    EXCEPTIONS
       BAD_PRIPARAMS                     = 1
       BAD_XPGFLAGS                      = 2
       INVALID_JOBDATA                   = 3
       JOBNAME_MISSING                   = 4
       JOB_NOTEX                         = 5
       JOB_SUBMIT_FAILED                 = 6
       LOCK_FAILED                       = 7
       PROGRAM_MISSING                   = 8
       PROG_ABAP_AND_EXTPG_SET           = 9
       OTHERS                            = 10
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
      CALL FUNCTION 'JOB_CLOSE'
        EXPORTING
          jobcount                   = jnumb
          jobname                    = jname
          strtimmed                  = 'X'
          targetsystem               = batchsys
        IMPORTING
          job_was_released           = jobrele
        EXCEPTIONS
          cant_start_immediate       = 1
          invalid_startdate          = 2
          jobname_missing            = 3
          job_close_failed           = 4
          job_nosteps                = 5
          job_notex                  = 6
          no_release_privilege_given = 7
          OTHERS                     = 99.

    hi
    try this FM
    <b>BP_JOB_DELETE</b>
    the same  FM is also called in
    <b>
    SCMA_DELETE_JOB</b>
    plz reward if useful

  • Submit job to begin at 0230 hrs and run daily

    Hi,
    Oracle version - 10.2.0.4
    Env- Windows 32 bit 2003 server R2
    I scheduled a job with the below command to run on daily basis by exactly 02:30 am but the job is not running as per scheduled, it's running 30 minutes before the schedule.
    Command used to schedule the job.
    DECLARE
    X NUMBER;
    BEGIN
    SYS.DBMS_JOB.SUBMIT
    ( job => X
    ,what => 'TESTJOB(20,20302);'
    ,next_date => to_date('10/08/2011 02:30:00','dd/mm/yyyy hh24:mi:ss')
    ,interval => 'TRUNC(SYSDATE+1)+2/24'
    ,no_parse => FALSE
    SYS.DBMS_OUTPUT.PUT_LINE('Job Name is TEST JOB ' || to_char(x));
    COMMIT;
    END;
    I came to know this when i queried the dba_jobs view last_date column,
    JOB WHAT NEXT_DATE LAST_DATE
    123 TESTJOB(20,20302) 08/17/2011 *02:00:00* 08/16/2011 *02:00:03*
    Can you pls let me know where i am wrong !!
    Thanks
    Edited by: 879545 on Aug 16, 2011 2:22 AM

    879545 wrote:
    ,interval => 'TRUNC(SYSDATE+1)+2/24'Use 2.5 :
    SQL> select trunc(sysdate+1)+2/24
      2  from   dual;
    TRUNC(SYSDATE+1)+2/24
    17-aug-2011 02:00:00
    SQL> select trunc(sysdate+1)+2.5/24
      2  from   dual;
    TRUNC(SYSDATE+1)+2.5/24
    17-aug-2011 02:30:00Nicolas.

  • No result  when I submit in background job a Z transaction

    Hi,
    I design a screen with the screen painters for my Z report instead of using SELECTION-SCREEN command to build my screen of selection. In the PAI process, I launch the same report in backgound with JOB_OPEN,SUBMIT, JOB_CLOSE and nothing happens. I go to SM50 and no job is found and SM37 confirm me thatt the job has been launch and terminate without error.
    My report, when the background checkbox is checked, launch it-self in background to insert rows in 2 Z tables. Theses 2 tasks take time and are not possible to process in foreground and the user can't wait after the result. That is why I Submit my report in background.
    I made it in another program with a selection screen built with SELECTION-SCREEN command and I never had this problem.
    It is possible to do a selection screen with the screenpainters and launchable in background or it is only possible with SELECTION-SCREEN command.

    JOB_OPEN,SUBMIT, JOB_CLOSE and nothing happens. I go
    to SM50 and no job is found and SM37 confirm me thatt
    the job has been launch and terminate without error.
    In SM50 you can see the jobs only while they are running. Since there is an entry in SM37, it means that the job has been initiated, so something did happen. Check the job log for the details (I strongly advise to add some messages in your program to track the progress).
    You might also want to take a look at the FM SUBST_START_REPORT_IN_BATCH. Here is a code example that I've just written recently to force the report execution in the background (a message is displayed to the user but the report runs in a backrgound job):
    PARAMETERS: p_vkorg TYPE tvko-vkorg OBLIGATORY MEMORY ID vko.
    DATA: rspar TYPE TABLE OF rsparams,
          wa_rspar LIKE LINE OF rspar.
    START-OF-SELECTION.
    IF sy-batch IS INITIAL.
      wa_rspar-selname = 'P_VKORG'.
      wa_rspar-kind = 'P'.
      wa_rspar-low  = p_vkorg.
      APPEND wa_rspar TO rspar.
      CALL FUNCTION 'SUBST_START_REPORT_IN_BATCH'
        EXPORTING
          iv_repname                          = sy-repid
        TABLES
          tt_reportparam                      = rspar
       EXCEPTIONS
         variant_exist_check_failed          = 1
         variant_update_failed               = 2
         variant_update_not_authorized       = 3
         variant_update_no_report            = 4
         variant_update_no_variant           = 5
         variant_update_variant_locked       = 6
         variant_insert_failed               = 7
         variant_insert_not_authorized       = 8
         variant_insert_no_report            = 9
         variant_insert_variant_exists       = 10
         variant_insert_variant_locked       = 11
         variant_write_failed                = 12
         no_batch_service                    = 13
         no_server_list                      = 14
         batch_scheduling_failed             = 15
         OTHERS                              = 16
      IF sy-subrc = 0.
        MESSAGE ‘Report started in background’ TYPE ‘I’.
      ELSE.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ELSE.
    <do stuff here>
    ENDIF.
    SUBST_START_REPORT_IN_BATCH actually calls JOB_OPEN, JOB_CLOSE but I just find it easier to use one FM instead of 2-3.

  • How to schedule a job in DBA_JOBS

    Hi All,
    I have to schedule a job called dwsp_mig_purordssku(sysdate,null) on every sunday at 8.00 PM.
    This procedure must take two parameter one is sysdate and another can be null.
    How shouls I do it with dbms_job.sumbit?
    Thanks
    Sid

    Why not using DBMS_SCHEDULER?
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB (
       job_name             => 'dwsp_mig_purordssku_sun',
       job_type             => 'PLSQL_BLOCK',
       job_action           => 'BEGIN dwsp_mig_purordssku(SYSDATE, NULL); END;',
       start_date           => SYSDATE,
       repeat_interval      => 'FREQ=WEEKLY; BYDAY=SUN; BYHOUR=20; BYMINUTE=0;BYSECOND=0',
       enabled              =>  TRUE,
       comments             => 'Run dwsp_mig_purordssku on Sunday');
    END;
    {code}
    Note: the start_date does not mean that the job will start on  SYSDATE because the repeat_interval is set to be executed on Sunday weekly.
    As soon as you enter the job you will see that the next schedule is on Sunday at 8am:
    {code:sql}
    SELECT job_name, last_start_date, next_run_date
      FROM dba_scheduler_jobs
    WHERE LOWER (job_name) = 'dwsp_mig_purordssku_sun';
    JOB_NAME                       LAST_START_DATE                      NEXT_RUN_DATE
    DWSP_MIG_PURORDSSKU_SUN                                             13-MAY-12 20.00.00.000000 AM +02:00
    {code}
    Regards
    Al
    Edited by: Alberto Faenza on May 9, 2012 5:34 AM
    Edited by: Alberto Faenza on May 9, 2012 6:47 AM
    Corrected the time from 8 to 20 (it was 8pm in the initial message)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Is it possible to hide / show columns in Dashboard?

    Hi All,
    This is my very first post in this OBIEE forum.
    My requirement is to allow users to select what columns they want to see from the answers request in Dashboard. For example in Answers request there are 10 columns and 5 of them are hidden. Is it possible to change this hide property of these hidden columns in Dashboard?
    Thanks in advance.

    Thanks for your reply Nawneet.
    My requirement is allowing client to add columns in the result section from the Column selector or some other drop down list. For example lets say we have 4 columns in the result section and 10 values (columns) in the drop down, client could be able to add these some columns to result section, which means 4 columns in the result + selected column from drop down.
    Its not normal column selector which replaces one column to another.
    Is there any way to achieve this?
    Thanks in advance.

  • PL/SQL Evaluation problem of where clause in case of  NUMBER column type

    I found the following problem in Oracle® Database 2 Day Developer's Guide 11g Release 1 (11.1) B28843-04:
    The sole parameter of function eval_frequency is employee_id IN employees.employee_id%TYPE.
    An ORA-01422 exception occurs when the execution reaches the following select command
    SELECT e.hire_date
    INTO hire_date
    FROM employees e
    WHERE employee_id= e.employee_id;
    A possible cause of the error is that the type of employee_id is NUMBER while the employees.employee_id is NUMBER(6,0) . The result of the selection is the same as there were no WHERE clause at all.
    Everything worked fine, when I declared a temporary variable of NUMBER(6,0) for storing the actual parameter of function and used this variable in the where clause, but I consider this "solution" as being no solution.
    It is pointless to use %TYPE parameter of a function for flexibility if I must degrade this flexibility by a fixed declaration of a temporary variable of the same type as the column in question.
    What is wrong?
    The Developer'Guide I used, the Oracle Sql Developer I used or the PL/SQL version ?

    Hi,
    Welcome to the forum!
    user8949829 wrote:
    A possible cause of the error is that the type of employee_id is NUMBER while the employees.employee_id is NUMBER(6,0) . The result of the selection is the same as there I don't think so. The variable employee_id is defined as having the exact same type as the eponymous column. Even if it didn't, I believe Oracle will always implicity convert between datatypes when possible, rounding if necessary. That may cause errors, but it isn't causing this error.
    No, the error has nothing to do with the data type. It has to do with the ambiguity of employee_id: is it a column, or is it a variable?
    The default is that it means the column name, so
    WHERE   employee_id = e.employee_idis equivalent to saying
    WHERE   e.employee_id = e.employee_idwhich isn't quite the same thing as not having a WHERE clause; rows with NULL employee_id would still be excluded, if there were any.
    I think it's best not to use variable names that are the same as column names. You could call the variable v_employee_id, or, since it's an IN-argument, in_employee_id.
    If you must use a variable that can be mistaken for a column, then qulaify it with the name of the procedure, like this:
    WHERE   eval_frequency.employee_id = e.employee_id
    Everything worked fine, when I declared a temporary variable of NUMBER(6,0) for storing the actual parameter of function That makes sens. You probably gave that variable a name that couldn't be mistaken for a column in the table.
    Edited by: Frank Kulash on Jan 12, 2011 8:27 PM

  • Creation of background job from SE38

    hello all...
    In the selection screen of my report program, there are two radiobuttons - read mode or update mode.
    In read mode, the program reads an excel file and gives the output in teh form of errors, if at all, after some chekcs on this excel file.
    In update mode, the program should check the excel file, get an internal table with errors from the excel file as well as run BDC for the correct records in excel file. So the output here has two blocks, first one - errors in excel file, second one - errors in BDC update.
    But this update mode should run in background.
    HOW TO CALL THE BACKGROUND JOB FROM THIS REPORT PROGRAMME when the update mode is selected??
    Advance Thanks
    omkar

    Hi Vishal,
    1. How are u running the BDC ?
    2. If u are using call transaction syntax,
       then there is an extension to it.
        MODE mode
      (See help F1 on call transaction)
    The processing mode can take the following values:
    'A' Display screen
    'E' Display only if an error occurs
    'N' Do not display
    'P' Do not display; debugging possible
    3. We can use N
    4. N means, it won't display any screens
       of that BDC transaction.
    5. It does not exactly mean the BACKGROUND JOB
       generated thru sm36.
    Regards,
    Amit M.
    Message was edited by: Amit Mittal

  • Problem in XI - JDBC (oracle) Scenario, case sensitive column name

    I had a XI -> JDBC scenario, connecting to a SQL server, where the query was being generated using Message Mapping (XML SQL Format),
    now the database has been migrated from SQL server to Oracle, and we are using the same XI scenario, but now the problem is, the query generated using message mapping doesnt work because it seems the query (UPDATE statement) requires the field name as having All capital letters, i mean the Column name in query to Oracle has become case sensitive,
    can u help me out

    Hi
    Oracle doesnt have restriction that Query has to be in uppercase for any column. But it is good go use Upper case for the Query.
    Use oracle editor to do the query if it is working fine and then use XML SQL in XI
    Check this thread SAP has given some
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/68a541a1166153e10000000a1553f6/frameset.htm
    Check FAQ on the JDBC adapter, see SAP Note 831162
    always useful Note
    Thanks
    Gaurav

  • If Logical level mappings are blank in an LTS , what does it mean?

    Hi All,
    I was trying to find this out in the forum but couldn't.
    In my LTS, on the content tab, if i don't specify any "Aggregation, group by" information for the dims associated with my Fact table and keep it blank, then what does it mean? Would OBIEE treat this as at the detail level by default? So to test this, I created a logical fact and for its LTS, i didn't associate any logical level for dimensions. The query didn't give me any error and worked fine by using the correct join details.
    Also when do we associate an LTS with the Total Level for a dim, what's the use because as I understand, this means all our measures from that LTS would be calculated for the total level of the dim and we can do this by creating level based measure and associating it with the total level of the dim.
    I'll be thankful if somebody could explain me this in detail or direct me to a relevant documentation/ blog
    Thanks,
    Ronny

    Hi,
    When you have only one logical Table Source(LTS).
    You don't specify the logical levels. By default it would consider the detail level of the logical levels mapped to the fact table.
    When you have Multiple logical Table Source(LTS).
    The concept of Multiple LTS comes into picture when you have multiple sources. The BI server picks the optimum logical source depending upon the fields (columns) selected. And also depends on the Number of element set while creating the dimension hierarchies. Refer-http://gerardnico.com/wiki/dat/obiee/level_number_element
    For example- Suppose you have two logical table source Fact 1 and Fact 2 and logical levels( dimension hierarchies are created for two dimensions Dim 1 and Dim 2).
    For the first Fact 1 source logical level is mapped only with Dim 1 and Fact 2 is mapped to Dim 2.
    (You need to decide which fact source to hit depending upon the dimensions used in the report.)
    Then in the report when you select Dim 1 (by means of column selector/filters) then Fact 1 source will be hit and same appears in the query.
    Then in the report when you select Dim 2 (by means of column selector/filters) then Fact 2 source will be hit and same appears in the query.
    One more situation where you have mapped Fact 1 with Dim 1 First level of aggregation and Fact 2 with Dim 1 with Detailed level. Then the BI server picks depending upon the user's request. If the request data can be pulled from the detailed level ( which tends to be optimum then picks from the second source).
    So, its always better to set the logical source and check the query, if its hitting the correct sources according to the requirements.
    Regards,
    MuRam

  • Print Report to PDF with columns vertical instead of horizontal

    I enabled report printing for a report region but the PDF lists the columns horizontally even though the columns are listed vertically on the report page. Is there a way to list the columns vertically on the PDF so that it matches the layout on the report page. Thanks for your help.

    Hi hhsu68
    Wondering how you are arranging columns listed vertically on the report page?
    You mean just selecting any vertical report template, or
    you mean just column headers are vertical and the data as normal (horizontal)?
    If its the second case could you please let me know how you did that?
    Off course I would also like to know if you have found a solution to your problem as well.
    Thank you
    Ligon

Maybe you are looking for

  • New to Aperture - Library vs Reference files

    I'm coming to Aperture from Picasa, which replicated and managed my folder structure as it appeared on my hard-disc, which was nice. Am I better off importing images into my Aperture Library, or managing the folder structure how I want and just havin

  • Unable to create Invoice against a Project based Purchase Order

    Hi, We have a scenario, wherein there is Purchase Order created against a NETWORK ACTIVITY of a PROJECT. We have created a Invoice with ref to this PO. Now we want to cancel this Invoice by creating the Credit Memo against this PO. But, while trying

  • My I phone 4 OS 5 will not allow me to update apps

    I was able to previously update the apps on my Iphone, but now for some reason I cannot now update the apps on the phone. I was able to do this previously without connecting to Itunes, it updated just like on the ipad, directly on the ipad. I do get

  • How to use variables in an sql select statement.

    Hi, I have seen examples using the update, but nothing using a select statement. I have four variables I am getting from drop down menus in my JSP I set the user selected items to strings. How would I create the select statement like this: .String XN

  • Release Strategy in purchase order document type

    Hi Gurus.. I'm tring to tweak the single RS in the system. I've set the charcteristic using table CEKKO field BSART, restriction 032, I've set two document types as the Characteristic Value (ZLOG - ZADM). Then I´ve set the class with this characteris