Program terminated when call SAP ZBAPI

Hi Guru,
I have created C#.NET Class to working with SAP BAPI (and used as Reference in VB.NET)
I've run the program I created (VB.NET) in debugging mode by clicking the 'Step Into' button, When program go to the line
results = this.SAPInvoke ... ( [Please click to see picture for example:|http://i24.photobucket.com/albums/c49/krapong/SAPCAllRFCError.jpg] )
I click the step into button again then debugging mode was terminated and VisualStudio returned me to coding page.
I don't know why it happen like this, Please help adviced me
Thanks a lot in advanced.
Nattapash C.

Hi Guru,
I have created C#.NET Class to working with SAP BAPI (and used as Reference in VB.NET)
I've run the program I created (VB.NET) in debugging mode by clicking the 'Step Into' button, When program go to the line
results = this.SAPInvoke ... ( [Please click to see picture for example:|http://i24.photobucket.com/albums/c49/krapong/SAPCAllRFCError.jpg] )
I click the step into button again then debugging mode was terminated and VisualStudio returned me to coding page.
I don't know why it happen like this, Please help adviced me
Thanks a lot in advanced.
Nattapash C.

Similar Messages

  • Program rbdapp01 when called from a program is not working

    Hi Guys,
    I am calling the program rbdapp01 from a custom program to reprocess an inbound ASN with IDOC status of 64. The code is listed as below in the custom program.
    SUBMIT rbdapp01
    WITH docnum = i_report_tab-docnum
    WITH p_output = C_FALSE
    AND RETURN.
    After the execution of the custom program, the IIDOC is not processed and it remains in the status 64 with a message "Re processing deleted , inbound delivery IDOC , ,". When I run the program in debug mode, I can see that the control is going into the rbdapp01 program. But some where along the line, it is failing for what ever may be the reason and it does not process the IDCO, but it only populates the message.
    But when I execute the same program rbdapp01 for the same IDOC from SE38, the IDOC is processed fine.
    Looks like, I am missing something when I am calling this program rbdapp01 in another custom program. Any advice is really appreciated.
    Regards
    Rupesh.

    Hi,
    Please make use of this method of submit
    DATA : rspar_tab  TYPE TABLE OF rsparams,
            rspar_line LIKE LINE OF rspar_tab.
      rspar_line-selname = 'DOCNUM'.
        rspar_line-sign    = 'I'.
        rspar_line-option  = EQ'.
        rspar_line-low     = .
        rspar_line-high     = .
        APPEND rspar_line TO rspar_tab.
    SUBMIT RBDAPP01 WITH SELECTION-TABLE rspar_tab.
    Try to implement this code, hope this help outs
    Thanks & Regards
    Suresh

  • Missing permission when calling sap transaction via composer

    Hello,
    we have created a complex model. in this model some sap transaction are called.
    With Administrator rules everything is working fine.
    but when portal role is assigned to a normal user, only real composer parts are working and all url ivew calling an sap transaction are failing.
    where do I have to adjust permission ?
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Access denied (Object(s): portal_content/com.sap.pct/templates/iviews/com.sap.portal.sap_transaction_iview).
    Exception id: 11:20_14/02/08_0022_6998651
    See the details for the exception ID in the log file
    Thanks

    Hi Uwe,
    i guess you're calling the "pcd:portal_content/com.sap.portal.migrated/ep_5.0/templates/com.sap.portal.appintegrator.sap.bwc.TransactioniView" with some parameters (system, tcode, etc.). You have to add this iview to your models role (our change the permissions of the iview). To hide in the navigation, edit the iview preference: com.sap.portal.navigation.Invisible (German: Unsichtbar in Navigationsbereichen) -> change it only in the role->iview, do not change it in the iview itself.
    Hope that helps!
    Benny

  • Program termination when cRIO reads analog input.

    Hello.
    I'm using cRIO 9012 and 9205 AI module.
    In my project, the host reads 6 channel AI with 20kHz per channel with 3 FIFO DMA. 
    If the measurement was done within about half sec., there's no problem.
    But when Im trying to do more longer measurement, the program is terminated.
    I think it is problem related to the size of variable( of array for measurement). But I cannot sure.
    Following diagram is a subVI of acquisition what I'm using now.
    Could you gimme any comment for me?

    Hey,
    What do you mean by "the programm is terminated"? does the host VI stuck?
    You can check the Elements Remaining of the FIFOs and also the Iteration Terminal of the Host While Loop.
    Also use the RT-System Manager to see whats going on with the cRIOs CPU Load and Memory.
    Christian

  • ITS  logon requested repeatedly when calling SAP services

    Hi,
    We are setting up a demo of BP for ESS in our EP 6.0 and have faced som problems with the ITS.
    When flipping between iViews (and thereby calling a new service) the system asks for ITS-logon info every time.
    Is there a way to keep this information in memory - have we missed a certain setting?
    Thanks!
    /Christine

    Thank you all for your advices, though the problem now is solved... It had to do with the portal language used. When changing to English, the problem disappeared.
    /Christine
    Message was edited by: Christine Cronwall

  • Sample java program which will call SAP bapi function to get PO details from SAP

    Hi all,
    I am new to bapi with sap, Any one guide me to interface with sap in java to get details from PO order,From Java end if i put particular PO number it will get details about PO from SAP...Any one guide me r send sample code..
    Thanks in Advance.
    Thanks
    Baskar.

    hi guru,
    Can you please send me the same to my e mail as well...
    my email address is [email protected] ..Thank you
    Regards,
    Baskar.

  • Error when calling BAPI_MATERIAL_SAVEDATA

    Hi all,
    I'm calling BAPI_MATERIAL_SAVEDATA through a RFC. I use SAP PI to call a function module and the function module calls the BAPI like this:
    call function 'BAPI_MATERIAL_SAVEDATA'
          exporting
            headdata             = ls_headdata
            clientdata           = ls_clientdata
            clientdatax          = ls_clientdatax
            plantdata            = ls_plantdata
            plantdatax           = ls_plantdatax
            salesdata            = ls_salesdata
            salesdatax           = ls_salesdatax
            warehousenumberdata  = ls_warehousenumberdata
            warehousenumberdatax = ls_warehousenumberdatax
          tables
            materialdescription  = lt_materialdescription
            unitsofmeasure       = lt_unitsofmeasure
            unitsofmeasurex      = lt_unitsofmeasurex
            internationalartnos  = lt_internationalartnos
            taxclassifications   = lt_taxclassifications
            returnmessages       = lt_return2.
    The BAPI stops processing on the line:
    UPDATE MARU FROM TABLE MARU_UPD
    in function MARA_ARRAY_UPDATE.
    I receive the following error message in PI Communication Channel Monitoring:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: JCO.Exception while calling ZSD_PEPE_CAT_INBOUND in remote system (RfcClient[CC_PepeSAPSDIn]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Data type MARU was found in a newer version than required.: com.sap.aii.af.rfc.afcommunication.RfcAFWException: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: JCO.Exception while calling ZSD_PEPE_CAT_INBOUND in remote system (RfcClient[CC_PepeSAPSDIn]):com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: Data type MARU was found in a newer version than required.
    ST22 tells me this:
    Runtime Error          TYPELOAD_NEW_VERSION
           Occurred on     11.03.2009 at   13:08:11
    Data type "MARU" was found in a newer version than required.
    What happened?
    Runtime error
    The current ABAP program, "SAPLMG21", had to be terminated because one of the
    statements could not be executed at runtime.
    Information on where terminated
    The termination occurred in the ABAP program "SAPLMG21" in "MARA_ARRAY_UPDATE".
    The main program was "SAPMSSY1 ".
    The termination occurred in line 44 of the source code of the (Include)
    program "LMG21U02"
    of the source code of program "LMG21U02" (when calling the editor 440).
    Any idea what's wrong with the data type MARU?
    Thanks in advance!!
    Regards,
    Ivo van Ee

    Just found out that a colleague added some append fields to the mara structure. This seems to be the cause of the problem. We still don't know how to solve the problem though....
    MARA:
    .APPEND     ZAMARA_HFL     STRU     0     0     Fashion additional article master data
    ZZCOLOR     ZCOLOR     CHAR     3     0     Color code
    ZZCOLOR_DESCR     ZCOLOR_DESCR     CHAR     20     0     Color code description
    ZZFIT     ZFIT     CHAR     3     0     Fit code
    ZZFIT_DESCR     ZFIT_DESCR     CHAR     20     0     Fit code description
    ZZSIZE_SCALE     ZSIZE_SCALE     CHAR     1     0     Size scale
    ZZSIZE_DESCR     ZSIZE_DESCR     CHAR     20     0     Size description
    ZZSIZE_POS     ZSIZE_POS     NUMC     2     0     Position of Size description in matrix
    ZZANALYS04     ZANALYS04     CHAR     4     0     Analysis code 04
    ZZANALYS04_DESCR     ZANALYS04_DESCR     CHAR     20     0     Analysis code 04 description
    MARU:
    ZZCOLOR     CHAR     3     Color code
    ZZCOLOR_DESCR     CHAR     20     Color code description
    ZZFIT     CHAR     3     Fit code
    ZZFIT_DESCR     CHAR     20     Fit code description
    ZZSIZE_SCALE     CHAR     1     Size scale
    ZZSIZE_DESCR     CHAR     20     Size description
    ZZSIZE_POS     NUMC     2     Position of Size description in matrix
    ZZANALYS04     CHAR     4     Analysis code 04
    ZZANALYS04_DESCR     CHAR     20     Analysis code 04 description

  • Eliminating logon when calling R/3 transaction via BSP

    Is it possible to eliminate logon when calling SAP R/3 tcode via BSP. I run
    http://<FQDN>:<port>/sap/bc/gui/sap/its/webgui/!?client=%3c100%3e&transaction=SE80
    but have to login each time. I could embed my username/pwd on the url string, but is there another method?
    I also thought about using the URL iView parameters (Mapped User, Mapped Password) within Property Editor, but content admins will be able to see username and password when opening the iview. Any suggestions?
    Regards,
    James

    I figured this one out.
    Regards,
    James

  • Calling SAP ME web services with out reference names

    Hello,
    When calling SAP ME web services from non SAP clients, is there a way the users can by pass the reference names? Just pass SFC details instead of SFCREF.
    example:- Data collection web service expects SFCRef:- SFCBO:<SITE>,<SFC> rather than that, what we are expecting is just pass SFC name and get response from ME.
    -Adarsha.K.S

    Hi Adarsha,
    ME always accepts references only.you can do this in two ways,
    1. Form a string with respective business object + site + object and pass.(ex: SFCBO:<SITE>,<SFC>) and then pass as reference.
    2. through SOAP UI request XML. ex:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:me="http://sap.com/xi/ME" xmlns:gdt="http://sap.com/xi/SAPGlobal/GDT">
       <soapenv:Header/>
       <soapenv:Body>
         <ParametricRequest_sync xmlns="http://sap.com/xi/ME">
      <ParametricRequest>
      <SiteRef>
      <Site>SITE1</Site>
      </SiteRef>
      <me:SfcRef>
      <me:Sfc>SFC1</me:Sfc>
      </me:SfcRef>
       <DcGroupRef>
      <DcGroup>ABC</DcGroup>
      <Revision>A</Revision>
      </DcGroupRef>
      <ParametricMeasure>
      <MeasureGroup>ABC</MeasureGroup>
      <MeasureName>PARAM1</MeasureName>
      <Actual>1</Actual>
        </ParametricMeasure>
      <ResourceRef>
      <Resource>RESOURCE1</Resource>
      </ResourceRef>
      <me:OperationRef>
                    <me:Operation>OPERATION1</me:Operation>
                    <me:Revision>A</me:Revision>
            </me:OperationRef>
      </ParametricRequest>
      </ParametricRequest_sync>
       </soapenv:Body>
    </soapenv:Envelope>
    hope this helps.

  • "Program terminated in remote system NONE: Logon failed" when adding a new table

    Hello,
    I set up a replication flow from a SAP ERP 6.0 EHP7 with SAP ASE 16.0 source to SAP HANA 1.0 rev 82 target
    I am using a standalone SLT system NetWeaver 7.0 with DMIS 2011_1_731 (with SP 1 to 7).
    I have 100 tables to replicate.
    I succeeded to set up replication for 57 tables. These tables are replicating properly.
    Whenever I try to add a new one (with LTRC transaction, Data Provisioning -> Start Replication), the new table is marked as 'Failed' after a little while.
    When I press 'Show Error Log' button I got an obscure error message:
    "Program terminated in remote system NONE: Logon failed "
    I do not understand this message. I checked both on SAP ASE source and SAP HANA target. I am still able to connect against both source and target.
    Can you please tell how to troubleshoot this error.
    Thanks in advance,
    Christian

    First thank you for answering my questions. I really appreciate your answers.
    I rechecked the documentation.
    "Application Operations Guide SAP Landscape Transformation Replication Server Document Version: 2.3 – 2014-07-08"
    Page 29 - 30
    3.5.2.2 Data Transfer Jobs
    This section explains the relationship between the number of data transfer jobs and the number of available background work process.
    Data transfer and data transformation processing on SLT server system is accomplished by the background work processes of the underlying SAP NetWeaver ABAP application server. Each job occupies 1 background work process in the SAP LT Replication Server system. For each configuration, the parameter Data Transfer Jobs restricts the maximum number of data load job for each mass transfer ID (MT_ID). In total, a mass transfer ID (MT_ID) requires at least 4 background jobs to be available:
     One monitoring job (master job)
     One master controller job
     At least one data load job
     One additional job either for the migration objects definition, access plan calculation or to change configuration settings in the Configuration & Monitoring Dashboard
    Example
    If you set the parameter Data Transfer Jobs to 04 in a configuration “SCHEMA1”, a mass transfer ID 001 is assigned. As a result, the following jobs should be in the system:
    1 Master controller job: /1LT/IUC_REP_CNTR_001
     At most 4 parallel jobs for MT_ID 001: /1LT/IUC_LOAD_MT_001_001/~002/~003/~004
    When configuring your data load or replication scenario, consider the following:
     Do not define more data transfer jobs than the number of available application server background work processes. If all available background work processes are already occupied by jobs, any other job will have to wait until a free work process becomes available. This can lead to long wait times until a new activity (for example creating triggers) can start, and can also result in significantly increased latency times for data replication.
     The number of dialog work processes in the source system corresponds 1:1 with the number of data transfer jobs in the SAP LT Replication Server system.
     Besides the work processes allocated by the data transfer jobs you need to provide additional available work processes for controller and monitoring jobs, the migration objects definition, access plan calculation or to perform configuration changes, and so on.
    Sizing for SAP LT Replication Server involves determining how many work processes are required to perform the initial load of data into the target system within an acceptable timeframe, and accomplish the change capturing and the transfer of data changes to the target system within expected latency times.
    Ensure that you add enough additional work processes to allow other required SAP LT Replication Server jobs to run.
    Finally, you map the number of required application server work processes to their system resource consumption (CPU, memory, disc space) using the formulas provided by the SLT Sizing Guide.
    With the simple formula below, you can calculate the number of required application server work processes (WPs) on the SLT Server for each active SLT configuration.
    The number of required work processes can be determined by adding
     The Number of required data transfer jobs ,
     plus one background work process for Central Master (Monitoring) Job (only one per system!),
     plus one background work process for Master Controller Job,
     plus 3-5 additional empty background work processes (recommended per configuration),
     plus approx. 3 dialog work processes (recommended for each configuration).
    Note: A lack of available free application server work processes can negatively affect the data load or data replication processes.
    To summarize everything, the number of 'Data Transfer Jobs' must be set depending of the number of source tables, it is not the actual number of tables.
    Assume that for my 100 tables I use 10 'Data Transfer Jobs' :
    - The number of work processes on the SLT server would be 20. I took the simple formula of the documentation:
    10 data transfer jobs ,
    + 1 background work process for Central Master (Monitoring) Job (only one per system!),
    + 1 background work process for Master Controller Job,
    + 5 additional empty background work processes (recommended per configuration),
    + 3 dialog work processes (recommended for each configuration).
    - The number of dialog processes on the source server would be 10 ( equal to the number of 'Data Transfer Jobs')
    Am I correct ?
    Regards,
    Christian

  • STAD : Processing time when calling c program

    Hi,
    when I look at the central instance of our system, I see that much of the response time is recorded as "Processing time". Much more than 2 * cpu time. According to sap performance optimisation guide, this implies CPU or network bottleneck. We have no such bottleneck at this time.
    I am wondering if the time spent in a c program when called from a function is recorded as processing time because the system has no way of calculating its ressource usage ?
    Thank you
    Thierry

    Hi Thierry,
    For your CPU's.... if they are 16 cores in total then yes, you appear overloaded and semaphore waits can occur with so many things sharingthe OS memory areas.
    For monitoring STD Dialog in fact it is easier than you think. Here are 2 processes that you should find handy.
    Creating a usable monitor in RZ20
    1. Go to RZ20 and from the menu choose Extras - Activate Maintenenace Function
    2. Click on the Create button (blank page button) And in the popup, press enter and in the next popup type Thierry and press enter.
    3. Under My Favourites you should now see Thierry, single click this and click the Create button again.
    4. On the next screen single click on the work New Monitor and click the Create button again, press enter on the pop up and on the next popup Type Standard Dialog Response Time (or similar) and press enter
    5. Now single click on the line that says Standard Dialog Response Time and click the Create button again.
    6. In the Popup change the radio button option to Rule Node and press enter
    7. On the next Popup, in the Rule field do a drop down and double click on CCMS_GET_MTE_BY_CLASS and press enter
    8. On the next popup in the R3System Field do a dropdown and double click on the word <CURRENT> (it is important to choose this option) and in the MTECLASS field paste the word R3DialogDefLoadTime and press enter.
    9. Now you are backon the main screen, press the standard Save button, in the Popup type the word Performance and press enter.
    10.Now expand your monitor set and double click on the performance word to get the monitor, expand Standard Dialog Response time and you will be able to see the current performance of all instances.
    Now you have an RZ20 performance monitor you can add other nodes in here like dialog steps per minute, CPU, Paging and even context switches. Have a look at the SAP CCMS Monitor Templates - Entire System - Application Server - <instance> - R3Services - Dialog for some really useful ones. To get the MTECLASS single click on a noce and click the Properties button.
    Because you set up your collector system as <CURRENT> you can now export you defined monitor and import it into another system within seconds!... very very handy. It is just an XML you can have saved on your PC.
    Saving Standard Dialog Response Time History in RZ23N
    1. Go to transaction RZ23N and click on the button Assign Procedure
    2. In the middle panel of the top three panels click on the binoculars and find R3DialogDefLoadTime and come out of the find popup with a cancel (not a tick) so that R3DialogDefLoadTime is highlighted.
    3. In the left hand pane single click on your system (or if it is the only system and you do system copies, choos ethe * option)
    4. In the right hand pane single click on the option SAP_MIN_COLLECTION__NO_AGGREGATION
    5. Now you have the system, the MTECLASS and the collection method highlighted, click the button Assign Procedure
    and thats it!.... you will now keep 8 days (or a few more worth of data) but it reorgs itself... two jobs will now be running to collect and reorg the data. Go to the main RZ23N screen and press Collection/reorganisation jobs to see them without the hasstle of SM37.
    Click on the Maintain Schemas button to even create your own collection schemas. You may want to have one that aggregates values all the way up to yearly values. This is a lovely transaction. I recommend avoiding using weekly collection until you read teh help.
    Click in the 'Overview of Available Data' to be able to see the data collected and even graph it or copy it out to excel. You can run the reports in place also but its too much to mention here
    The Rolls Royce Reporter
    BI now has standard cubes to collect CCMS data from RZ23N and graph it. We do this for all our SLA data for customers and we in fact do it ourselves without BI help directly in the Central monitoring system so we have control and can design our own graphs that are far nicer than the horrible Solution Manager ones.
    feedback? your opinion?
    regards
    G

  • How to call SAP query in a program

    Hi experts
      I have created a query in SQVI its gives a result. Now i want this query to be used in my program. Is there any FM which gets the quary name and populates the result in iternal table. So that i can use that result.
       I know without query you can write using the tables you can fetch the records but i just want to explore a new way to do things. If any body done such type let me know and also give some sample code or process how to achieve it.
    Regards
    Vijay

    Hi Siva
      My final option is that only. That you can do any how. But my intension is to learn something new way. How to do copy the query and where to inject the code is there any example in wiki or artical for that. I want to something new. Old way of creating a report program is possible i want to do this way. If some body could help me out.
    @ karthik
       I have generated the SAP query and i got the program but when i view the code i dont find any select statment or where storing my input data. How to identity that i did in debug mode but am not sure where it pulls the data and where it put in internal table. Can you throw some light with example code or an article.
    Regards
    Vijay

  • How to call SAP Webservice in standalone java program

    Hi,
    In our Java application, we want to use the SAP Webservices. I dont know much about authentication mechanism used by SAP. Can any one please help me with any sample code how to Call SAP webservice in Standalone Jave Program. I searched alot on the web regarding this, but helpless. Please help me.
    Thanks,
    Mohan

    Hi Mohan,
    You need an account for the ES Workplace. I'm afraid this is not free, e.g. check [SAP NetWeaver, Composition Subscription|https://www.sdn.sap.com/irj/sdn/subscriptions/composition].
    But I thought you wanted to play with a WSDL [you already had at hand|Sample code to access BAPI Web services from JAVA required;?

  • Report runs OK through concurrent program, but not when called through URL

    We have a custom 6i report developed that works successfully 100% of the time when run through a concurrent program.
    We are now attempting to integrate this into an OAF application. To do this, we build the necessary call to the reports server by reading different profile options, etc and come up with a URL like this:
    http://ebsd777.xxxxx.com:8000/dev60cgi/rwcgi60?d777_APPS+report=XXMFG_ESPEC_REPORT.rdf+P_SPEC_ID=43+DESFORMAT=PDF
    This report works 90% of the time when called like this, but the other 10%, we get the following error:
    "Error: The requested URL was not found, or cannot be served at this time.
    Incorrect usage."
    Trying to find what the differences are between the reports that work and those that don't - found that reports which fail seem to extend out further to the right than the reports that do work. But, these reports still fit on standard letter paper in landscape format - as we can verify through the concurrent program call.
    Is there some sort of report server setting or parameter which we can change to get this to work when called through the reports server URL?
    Any thoughts would be appreciated!
    Thanks,
    Craig

    Hi,
    Please post the application release along with the database version and OS.
    But when i call the same program through the pl/sql executable of another concurrent program , it does not print the pdf output by defaultHow do you call the program? What is the value of the number of copies profile option?
    Please see if these docs help.
    Note: 757901.1 - How To Restrict The Number Of Copies To 1?
    Note: 729117.1 - How To Specify the Number of Copies to Print by Report?
    Thanks,
    Hussein

  • Calling SAP script program in BAPI and want to display in html format

    Dear All,
    I am writing bapi and calling sap script program in it.
    I want output in html format pl suggest me
    same coding is working for report giving error in sapscript only.
    types: begin of tt_html,
                 html type w3html,
           end of tt_html.
    data: list_tab type standard table of abaplist.
    SELTAB-SELNAME = 'S_INVNO'.
    SELTAB-KIND = 'S'.
    SELTAB-SIGN = 'I'.
    SELTAB-OPTION = 'EQ'.
    SELTAB-LOW =  INVOICE_NUM1.
    SELTAB-HIGH = INVOICE_NUM2.
    APPEND SELTAB.
    submit ZSDRDINVPNBRPT with selection-table seltab
    exporting list to memory and return.
    CALL FUNCTION 'LIST_FROM_MEMORY'
      TABLES
        listobject = MTAB_REPORT_LIST
      EXCEPTIONS
        not_found  = 1
        OTHERS     = 2.
        CALL FUNCTION 'WRITE_LIST'
         EXPORTING
           WRITE_ONLY       = 'X'
          TABLES
            listobject       = MTAB_REPORT_LIST
         EXCEPTIONS
           EMPTY_LIST       = 1
           OTHERS           = 2.
        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 'WWW_LIST_TO_HTML'
           TABLES
                HTML   = MTAB_REPORT_HTML
           EXCEPTIONS
                OTHERS = 1.
    LOOP AT MTAB_REPORT_HTML.
    ENDLOOP.

    For displaying output in html format,
    u can either use BSP ( Business Server Pages)
    or Webdynpro.
    Reward if helpful.

Maybe you are looking for

  • The Difference Between?

    Ok so I believe I know the answer here but asking anyway. What is the difference between the adobe creative cloud team license vs the adobe creative cloud enterprise license? is the team licence basically individually licences products per account us

  • Nano not recognized by iTunes/updater but is by Windows

    Now 2 full days trying to fix this thing. WinXPpro-sp2 on a Intel865Perl motherboard After the umpteenth removal and install of QT/iTunes/iPodService/iPodUpdater and the uninstall of the USB Mass Storage Device in Device Manager and shutting down all

  • Uploading of Excel data in Internal Table in WebUI

    Hello All , I have Requirment to Upload the .xls or .xlxs file into Excel . Can any one explain me me how to do i have followed i have used the following code 1. In the application use file upload to upload the file. 2. caputure the content and lengt

  • Performance impact with Parent Hierachy 2 and a new dimension

    Hello all I have a Consolidation requirement for which I have two solutions. These are: Sol A>> Create a new dimension for reporting on accounts. Sol B>> Create a new Parent Hierarchy in Account dimension. Please help me on two open questions: 1. If

  • Reagrding Stock Transfer order single step

    Hi sap gurus, Could any body let me know with example of Transaction " stock tranfer order one step". Thanking you