IDoc runtime error

Hi all,
In my message mapping, I have mapped a source structure (0..unbounded) to an IDoc structure(0..unbounded) because I will be having a number of IDocs generated.
The mapping works fine if the source structure has a non-zero occurence. However, it I get the below error when the source structure does not exist:
<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_RUNTIME</SAP:Code>
  <SAP:P1>MSGGUID 4A32244F619135A8E10000000F8DE018: Tag found instead of tag IDOC BEGIN=</SAP:P1>
How can the this issue be resolved?
Any help is appreacciated
Thanks,
Amit

ohps. sorry,my mistake. For sending the multiple idocs, you dont have to change the occurrence in IM. You only have to have 0.unbnd occurrence in your MM.
As the IDOC guru( Michal) said, you cant send an empty idoc to SAP and you can avoid that by specifying a condition in your RD.
Here are some links, which will give u some help for defining the condition in your RD
/people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination
/people/michal.krawczyk2/blog/2005/12/04/xi-idoc-bundling--the-trick-with-the-occurance-change
Thanks,
PP

Similar Messages

  • IDOC Runtime error TIME_OUT has occurred

    Dears,
              We are having a Machine to Machine Order interface, where huge volume of order files are being sent to SAP from legacy system through XML files which PI interface converts as Inbound IDOCs.
    The issue we are facing here is : when huge number of order files are sent the IDOCs are stuck in 51 status due to TIME_OUT error. This is mainly because of :
    1. Huge volume of files
    2. Size of files
    which eventually leads to optimum consumption of system resources and thus leading to TIME OUT errors, where order files gets stuck under 51 status with TIME OUT errors.
    Alternative solutions : During peak season we do re run the IDOCs when the system resources are up or not busy.
    Let me know, are there any other approach which we can consdier other than below mentioned ones :
    1. Batch jobs
    2. Bang on for bigger app servers
    Your inputs and suggestions are highly appreciated.
    Regards
    Chirag Gowda

    Hi,
    break this into two select queries......
    use the below code to do the same....
    data : begin of fs_afko
                  aufnr type afko-aufnr,
                  aufpl type afko-aufpl,
                  reuck type afko-reuck,
            end of fs_afko.
    data : Begin of fs_afpo,
                aufnr type afpo-aufnr,
               matnr type afpo-matnr,
            End of fs_afpo.
    data : t_afko type table of fs_afko,
             t_afpo type table of fs_afpo.
    SELECT aufnr aufpl rueck
      INTO   TABLE t_afko
      FROM   afko
      WHERE  afko~aufnr  IN  s_aufnr
      AND    afko~dispo  IN  s_dispo.
    SELECT afpo~matnr
      INTO   TABLE t_afpo
      FROM   afpo
      FOR ALL ENTRIES IN t_afko
      WHERE  aufnr  =  t_afko-aufnr
      AND    afpo~matnr  IN  s_matnr
      AND    afpo~dwerk  IN  s_werks
      AND    afpo~dauat  IN  s_auart.
    loop at t_afko into fs_afko.
      loop at t_afpo into fs_afpo where aufnr = fs_afko-aufnr.
        move-corresponding fs_afko to fs_temp_orders.
        move-corresponding fs_afpo to fs_temp_orders.
        append fs_temp_orders to it_temp_orders
      endloop.
    endloop.
    Regards,
    Siddarth

  • IDoc to File, SM58 shows error, ST22 short dump - Runtime error

    Hi friends,
    I am doing a simple IDoc to file scenario using the EVMSTA01 IDoc. My XI is running on client 100 and I am trying to send the IDoc from the client 200 on the same machine. I have completed the design and configuration steps required and also performed the required steps in Sender client (Sm59, we21 and BD54) and receiver client (Sm59, IDX1 and IDX2).
    When I tried sending the IDoc from WE19, status meesage says that, the IDoc has been successfully sent to the receiver but SM58 shows error "IDOC_ERROR_WORKFLOW_START_R". When I looked in to ST22, there was a short dump with the below message -
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          18.10.2008 23:24:29
    ShrtText
         The current application triggered a termination with a short dump.
    What happened?
         The current application program detected a situation which really
         should not occur. Therefore, a termination with a short dump was
         triggered on purpose by the key word MESSAGE (type X).
    Error analysis
         Short text of error message:
         Unable to read RFC destination WORKFLOW_LOCAL_200
         Technical information about the message:
         Message classe...... "SWF_RUN"
         Number.............. 617
         Variable 1.......... "WORKFLOW_LOCAL_200"
         Variable 2.......... "RFC_READ_DESTINATION_TYPE"
         Variable 3.......... "DESTINATION_NOT_EXIST"
         Variable 4.......... " "
         Variable 3.......... "DESTINATION_NOT_EXIST"
         Variable 4.......... " "
    Trigger Location of Runtime Error
         Program                                 CL_SWF_RUN_WIM_LOCAL==========CP
         Include                                 CL_SWF_RUN_WIM_LOCAL==========CM07Z
         Row                                     10
    Module type                             (METHOD)
    Module Name                             IF_SWF_RUN_WIM_UTL_INTERNAL~GET_SYSTEM_USER
    rce Code Extract
    e  SourceCde
    1 METHOD if_swf_run_wim_utl_internal~get_system_user .
    2   DATA: l_excp TYPE REF TO cx_swf_run_wim.
    3
    4   TRY.
    5       IF me->m_int_state-system_user IS INITIAL.
    6         me->m_int_state-system_user = cl_swf_run_workflow_properties=>get_rfc_destination_us
    7       ENDIF.
    8       re_user = me->m_int_state-system_user.
    9     CATCH cx_swf_run_wim INTO l_excp.
    >>       MESSAGE ID     l_excp->t100_msg-msgid
    11               TYPE   'X'
    12               NUMBER l_excp->t100_msg-msgno
    13               WITH   l_excp->t100_msg-msgv1 l_excp->t100_msg-msgv2
    14                      l_excp->t100_msg-msgv3 l_excp->t100_msg-msgv4.
    15   ENDTRY.
    16
    17 ENDMETHOD.                    "
    Any help would be appreciated..!!
    PS: Points would be assigned to all the helpful replys without fail

    Hi,
    See check for RFC destination and it is working as per your configuration or not , i mean , it is trying to locate remote server.. , so try to check in sm59, remote login and the respective result is going to your required client or not ??
    Also see the further errors while doing Idoc related scenarios..
    IDOc testing - /people/suraj.sr/blog/2005/12/29/generate-test-case-for-an-idoc-scenario
    /people/sravya.talanki2/blog/2005/10/27/idoc146s-not-reaching-xi133-not-posted-in-the-receiver-sap-systems133 - Idoc’s not reaching XI…. Not posted in the receiver SAP
    idoc settings /people/ravikumar.allampallam/blog/2005/02/23/configuration-steps-required-for-posting-idocsxi
    idoc erros - http://help.sap.com/saphelp_nw04s/helpdata/en/6a/e6194119d8f323e10000000a155106/content.htm
    idoc mapping - /people/james.guanzon/blog/2006/03/23/how-to-support-industry-standards-in-xi-part-ii-of-iii--mapping
    IDoc erros troubleshooting - /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process
    Regards
    Chilla

  • Runtime error in Receiver determination

    Hi All,
    While testing my configuration in ID, it shows an Runtime error message "Message is incomplete. No Sender found".
    Note: I testing for a File to Idoc Scenario.
    Regards,
    Nithiyanandam

    Hi,
      <i> <b>Message is incomplete. No Sender found".</b></i> -- I guess you are not selected the Sender Service,Interface,Namespace and Receiver service in Header section.Before RUN the test configuration you need to check that have you choosen the proper sender and reciver in Header section.
    Hope it will helps to you, Check it out the same and try to test the configuration.
    Cheers
    Veera

  • Runtime error RFC_NO_AUTHORITY has occurred in SM58

    Hi Guys,
    We are posting some IDocs from SAP R/3 ECC to XI and they get stuck in SM58 with error:
    "Runtime error RFC_NO_AUTHORITY has occurred"
    Do you have any ideas what this might be ?
    Does this have to do with the user that executes the program to send the IDocs or the user used in RFC, because the RFC in SM59 works fine when tested and the user used there is PIAPPLUSER. It is also possible to logon remote.

    Hi,
    Thank you for your reply. Problem solved. I assigned role SAP_ALL to PIAPPLUSER used in the RFC Connection in SM59.
    Best Regards,
    Evaggelos Gkatzios
    Edited by: Evaggelos Gkatzios on May 30, 2010 12:45 PM

  • Seeburger Module Runtime Error when I am executing the 810 signal

    Hi,
    My Scenarios is Idoc to EDI (810), for testing purpose I configured the receiver File adapter with modules, when i send the data from RWB Integrationengine test tab, I am getting the below runtime error
    "Message processing failed. Cause: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of CallBicXIRaBean."
    Receiver File adapter modules
    Processing Sequence:
    localejbs/CallBicXIRaBean  Local Enterprise Bean  bic
    localejbs/ModuleProcessorExitBean  Local Enterprise Bean  exit
    Module configuration
    bic  destSourceMsg  MainDocument
    bic  destTargetMsg  MainDocument
    bic  mappingName  SDC_X2E_ANSIX12_810_V4010
    bic  JANDIName  deployedAdapters/SeeXIAS2/shareable/SeeXIAS2
    Thanks
    Ramesh
    Edited by: Venkataramesh Boppana on Nov 8, 2010 8:55 PM

    Hi Ramesh,
    same thing like Classifier module.
    "Object not found in lookup of CallBicXIRaBean..." Did you deploy SeeBICXI.sca?
    regards,
    Daniel

  • IDOC -FILE ERROR

    HI experts,
    My scenario is sending IDOC(DEBMAS06) to FILE.
    I have configured all the requirements BD54,SM59,WE21,WE20 IN R/3 and SM59,IDX1,IDX2.
    WHEN I AM SENDING AN IDOC USING TrCode:BD12, I AM GETTING AN ERROR IN WE02 THAT "EDI: Partner profile inbound not available".
    AND IN IDX5 I AM GETTING AN ERROR "No receiver could be determined"
    NOTE: IT IS IDOC - FILE SCENARIO
    THANKS IN ADVANCE

    HI SWARUP,
    AFTER DOING ALL THE STEPS U GUIDED, THE RESULT IS AS FOLLOWS IN ID,
    Interface Mapping
    <Not found>
    Runtime error
    java.lang.NullPointerException thrown during application mapping com/sap/xi/tf/_CUSTOMER_MM_:
    <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace>... (109 lines)
    THANKS IN ADVANCE

  • Runtime Error : DBIF_RTAB_SQL_ERROR

    Hi all
    I have posted a idoc the status of the idoc is 53 which means that the application document has been posted successfully.
    but it is showing an error
    Runtime Error : DBIF_RTAB_SQL_ERROR.
    Does anybody have any idea about this error.
    Should i reprocess the idoc ??
    Where  can i get a clue about this error.
    Please help.
    Regards,
    Sharad

    Hi,
    Try reprocessing the IDOC and see whether the Error comes again or not?????
    You have to eliminate this error so as to get a reliable solution.

  • Inboud Idoc ORDERS error.

    Hi!!
    I want to send an Orders idoc to the sap system, but in the inbound processing<b> this error occur: </b><b>there is no article description for item</b>. Idoc status 51.
    In the Document Item General Data segment of the idoc (E1EDP01) i only set the field MATNR and ABGRT if it helps.
    What fields of what segments should I set to avoid this problem.
    Thanks.

    Hi Paul!
    I "upgrade"my we60 and it was very helpful thanks.
    if I set, the field <b>QUALF</b> to <b>'002' </b>in the segment E1EDP19 , my idoc has a status 64 IDoc ready to be transferred to application, but after 1 minute the idoc status changed to 51 agian Runtime error MESSAGE_TYPE_X has occurred unfortunatelly.
    But if I set it to <b>001</b>, because <b>I want to post sales order</b>, it has a status 51:The material number for item 000001 could not be identified.
    why?
    And if I set the fields menee and pmene to "AU", because this code is my unit of measure in my material plant and account view, the idoc status said that: ISO unit of measure AU is not assigned (item ). but i have that one in SAP in my material.
    Can tell me me why?
    This is my all fields I have set:
    segmentE1EDK01.setField("CURCY", "EUR");
    segmentE1EDK01.setField("FKTYP", "S");
    segmentE1EDKA1.setField("PARVW", "AG");
    segmentE1EDKA1.setField("PARTN", "0000000001");
    segmentE1EDKA1.setField("NAME1", "VEVO_01");
    segmentE1EDK14_salesOrg.setField("QUALF", "008");
    segmentE1EDK14_salesOrg.setField("ORGID", "0001");
    segmentE1EDK14_distChannel.setField("QUALF", "007");
    segmentE1EDK14_distChannel.setField("ORGID", "01");
    segmentE1EDK14_division.setField("QUALF", "006");
    segmentE1EDK14_division.setField("ORGID", "01");
    segmentE2EDP01.setField("POSEX", "000001");
    segmentE2EDP01.setField("MENGE", "12");
    segmentE2EDP01.setField("MENEE", "AU");
    segmentE2EDP01.setField("PMENE", "AU");
    segmentE2EDP01.setField("VPREI", "50");
    segmentE2EDP01.setField("NETWR", "50");
    segmentE1EDP19.setField("QUALF",<b>"002"</b>);
    segmentE1EDP19.setField("IDTNR", "FAKANAL");
    segmentE1EDP19.setField("KTEXT", "FAKANAL");
    I tried without and with the KTEXT field the sending, but nothing has changed.

  • Runtime error in starting Lightroom

    I receive the following message when I try to start Lightroom:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program:...Files\Adobe\Adobe Photoshop Lightroom 1.2\lightroom.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    Lightroom ran well for several days and then failed to open with the above message.
    I have tried everything I know to do (uninstalled and reinstalled the application, restored the computer to a restore point before Lightroom was originally installed, etc.) and do not know were to go from here. Suggestions would be appreciated.
    I am using Windows XP sp2 and have 4 GB of ram and 250 GB of hard disk space.
    Thanks,
    Cliff Culp

    Aha! A fix! Please look at this...
    http://www.adobeforums.com/cgi-bin
    bob frost, "Help! Runtime error after Lightroom 1.1 install!" #10, 27 Jun 2007 6:54 am

  • Runtime error while executing rule

    Hello All,
      While executing the DTP for a cube, im facing the error as Runtime error while executing rule -> see long text .
      For this source is another Cube, where im loading the data from Cube to Cube.
    Error Description are as follows:-
    Error Location: Object Type    TRFN
    Error Location: Object Name    0T9SCR6Q4VWS1SOPNRRBOY1YD51XJ7PX
    Error Location: Operation Type ROUTINE
    Error Location: Operation Name
    Error Location: Operation ID   00034 0000
    Error Severity                 100
    Original Record: Segment       0001
    Original Record: Number        557
    and Also descripton is :-
    Diagnosis
        An error occurred while executing a transformation rule:
        The exact error message is:
        Division by zero
        The error was triggered at the following point in the program
        GP4H0CW3MLPOTR3E8Y93QZT2YHA 4476
    System Response
        Processing the data record has been terminated.
    Procedure
    The following additional information is included in the higher-level
    node of the monitor:
       Transformation ID
       Data record number of the source record
       Number and name of the rule which produced the error
    Let me know ur valuable suggestions on these error...
    thanks.

    Hello,
    I have checked all the transformation and End Routines.All are working fine.Yesterday i have loaded some data into it, but today its gettting errored out.
    Checked completely in the forum for threads related to this, but couldnt find proper thread which had solutions....
    thanks,
    srinivas.

  • Could someone help me with a Runtime Error while saving a PDF file?

    While saving a 28 page PDF file in Illustrator today, I got a window saying, "This application has requested the "Runtime" to terminate it in a unusual way." It said to contact the applications support team for more information. I keep getting the same thing each time I try it. Does anyone know how to fix this issue or how I contact the applications support team ?
    Thank you for any insight.
    Pam

    It is a 13.5x11 inch calendar. There are 14 pages with images on them and
    some text. The other pages have text, a grid and a colored background with a
    gaussian blur. I saved each page as an "outline".
    The printer I am using requested I save all pages in a pdf file. I was
    successful in saving all but about six pages, now I can't even open the
    file.
    What happens is... I open Illustrator
                                   I open the pdf file
                                   A window appears that says... Runtime Error,
    This application has requested the Runtime to terminate it in an unusual
    way. Please contact the application's support team for more information.
                                   I select ok
                                   then a window appears that says... Adobe
    Illustrator CS5 has stopped working. A problem caused the program to stop
    working correctly. Windows will close the program and notify you if a
    solution is available.
                                   Then the program closes.
    So far I have not been notified of anything.
    Please let me know if you need more details.
    Thank you so much for helping me with this.
    Pam

  • RunTime Error while saving a Sales Order

    Hi All,
    When i am saving a Sales Order, the system is throwing a Runtime Error.
    The ABAP Code in the Runtime Error screen as follows.
              select * from (t681-kotab) appending table <cond_tab>
                     up to 1 rows
                     where kappl  = se_kappl
                     and   kschl  = se_kschl
                     and   datbi >= se_date
                     and   datab <= se_date
                     and   (coding_tab).
    Till these days, there was no such error while saving a Sales Order.
    How to resolve this issue?
    Regards
    Pavan

    Hi,
    The below piece of code is trying to get the contents of the table mentioned in T681-KOTAB.
    select * from (t681-kotab) appending table <cond_tab>
    up to 1 rows
    where kappl = se_kappl
    and kschl = se_kschl
    and datbi >= se_date
    and datab <= se_date
    and (coding_tab).
    The reason could be is someone has screwed up the entries in T681 table. Check that out.
    Try to put a break point on this SELECT query and see what the value of T681-KOTAB holds before the SELECT query. Check whether such a table entry exists in DB.
    Let me know if you are still stuck up.
    If you can send me the ST22 dump of the run time error, i might be able to help you more  on this.
    Hope this helps.
    Thanks,
    Balaji

  • WHILE DELETING A SALE ORDER GETTING A RUNTIME ERROR

    hi to all experts,
    whenever i try to delete a particular sale order im getting a runtime error
    stating that
    Short text
        Screen: Illegal message
    What happened?
        The current screen processing action was terminated since a situat
        occurred where the application could not continue.
        This is probably due to an error in the ABAP program or in the cur
        screen.
    Error analysis
        The program attempted to issue a " " message during "Exit Command" processing.
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    Trigger Location of Runtime Error
        Program                                 SAPMV45A
        Include                                 MV45AFZZ
        Row                                     370
        Module type                             (FORM)
        Module Name                             USEREXIT_SAVE_DOCUMENT
    SourceCde
                  message e001(zm) WITH text-335 ltab-kunnr text-334.
                else.
                  if ktab-jkunnr <> ltab-kunnr.
                    ktab-jkunnr = ltab-kunnr.
                    jobsitecode = ltab-kunnr.
                    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                    EXPORTING
                      input  = jobsitecode
                      IMPORTING
                      output = jobsitecode.
                    SELECT SINGLE * FROM kna1 WHERE kunnr = jobsitecode.
                    IF sy-subrc = 0.
                      ktab-jname1 = kna1-name1.
                      ktab-jstras = kna1-stras.
                    ENDIF.
                    chg_flg = 'X'.
                  endif.
                endif.
              else.
                message e001(zm) WITH text-336.
    * Validation for relationship between Sold-to Party and Ship-to Party
    *          if ktab-ckunnr+0(4) NE ktab-jkunnr+0(4).
    *            message e001(zm) WITH text-335 ktab-jkunnr text-337 ktab-ckunnr.
    *          endif.
              custcode1 = ktab-ckunnr.
              CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                EXPORTING
                  input  = custcode1
                IMPORTING
                  output = custcode1.
              jobsitecode1 = ktab-jkunnr.
              CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
                EXPORTING
                  input  = jobsitecode1
                IMPORTING
                  output = jobsitecode1.
              SELECT SINGLE * FROM knvp
              WHERE kunnr = custcode1
                AND vkorg = vbak-vkorg
                AND vtweg = vbak-vtweg
                AND spart = vbak-spart
                AND parvw = 'WE'
    Error analysis
        The program attempted to issue a " " message during "Exit Command"
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    Trigger Location of Runtime Error
        Program                                 SAPMV45A
        Include                                 MV45AFZZ
        Row                                     370
        Module type                             (FORM)
        Module Name                             USEREXIT_SAVE_DOCUMENT

    Hi,
    Seems there is some problem with the user exit USEREXIT_SAVE_DOCUMENT..
    Put a breakpoint and see.
    Regards,
    Nagaraj

  • WHILE DELETING A SALE ORDER GETTING A RUNTIME ERROR " Screen: Illegal message"

    Hi Experts,
    While deleting a sales order giving run time error.  PFB runtime error details.
    If you know any OSS message, please let m know. I tried, but there is no luck.
    Short text
        Screen: Illegal message
    What happened?
        The current screen processing action was terminated since a situation
        occurred where the application could not continue.
        This is probably due to an error in the ABAP program or in the current
        screen.
    What can you do?
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator.
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.
    Error analysis
        The program attempted to issue a " " message during "Exit Command" processing.
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    How to correct the error
        The program must be modified to correct the error.
        The modification must be made in "Exit Command" processing.
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
    Source Code Extract
    Line  SourceCde
        1 *---------------------------------------------------------------------*
        2 *       FORM YVBEP_LESEN                                              *
        3 *---------------------------------------------------------------------*
        4 *       Lesen der Tabelle YVBEP (nicht sortiert)                      *
        5 *---------------------------------------------------------------------*
        6 FORM YVBEP_LESEN USING US_POSNR
        7                        US_ETENR
        8               CHANGING CH_TABIX.
        9
       10   YVBEP = SPACE.
       11   YVBEP-MANDT = VBAK-MANDT.
       12   YVBEP-VBELN = VBAK-VBELN.
       13   YVBEP-POSNR = US_POSNR.
       14   YVBEP-ETENR = US_ETENR.
       15   READ TABLE YVBEP.
       16   IF SY-SUBRC > 0.
       17     MESSAGE E506 WITH US_POSNR US_ETENR.
       18   ENDIF.
    >>>>>   CH_TABIX = SY-TABIX.
       20
       21 ENDFORM.
    Could you please help on this issue.
    Thanks
    Srinu

    Hi Srinu,
    it looks like you got the error message Schedule line &1 &2 is missing in table YVBEP while deleting the sales order.
    It seems, that there are no SAP notes regarding this issue. Do you have this issue with all orders or with a single order?
    If only a single order causes this issue, maybe something was wrong during an update.
    If you get this error for many orders, then custom code (modification, enhancement, user exit in MV45AFZZ, ...) may be the reason for it.
    If you have no custom code in module pool SAPMV45A, then contact SAP for this issue.
    Regards,
    Klaus

Maybe you are looking for

  • In forms- how to hide elements which are added through property palete

    hi, I am using oracle forms-10g version. I have an doubt in hiding the elements from list item. I have 3 list items and 3 elements. If i select any element in any of the list, that element should get hidden when we click on other list box. For exampl

  • Function or PCR

    Hi Experts, I have a scenario ,  employee needs to be paid one allowance based on grade ( IT0008)  & Nationality ( IT0002 ). This amount will be varing time to time and hence the need arise to maintain in some custom view or T511K . Please suggest th

  • [help] Flash cache problem?

    Operating Environment: IIS6+ASP.Net 2.0+Flash Framework / Procedure: When running, Flash will run ASP.NET program. ASP.NET then extracts data from the database and generates a XML file for Flash. Flash reads the XML file and parse it into a readable

  • Time formatet string in thtmlb dropdownlistbox after enter key or tab key

    Dear Collegues, In our BSP-Application we use the thtmlb:dropdownlistbox. It's configured as you can see below in the code cutout: DATA: wa_result type ZZPRBRS_PRSRG.                   %>                   <td>                   <thtmlb:dropdownListB

  • Elements 11 Download. Can't find order.

    I brought elements 11. Where do I find my orders page?