mark_meilleur
Participant
Member since ‎04-03-2005

User Statistics

  • 55 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

This is all new to me.I have created a simple XSLT file with Altova Stylevision to take the data within an idoc and present it in a user-friendly manner.  I took this data file and uploaded it to a transformation using XSLT_TOOL in ECC and am getting...
I hope this is a simple question, but it's baffling to me.  I am using BCS to attach an Excel file to an email using this snippet of code:  l_ref_bcs = cl_bcs=>create_persistent( ).l_ref_document = cl_document_bcs=>create_document(     i_type = 'RAW'...
We have (we thought) given BI users the ability to delete their own queries and query views, under specific conditions. For this example, assume the query VIEW is named Y_QUERY_VIEW, and it is based on QUERY Z_QUERY.For authorization object S_RS_COM...
I am currently setting up an xml to idoc scenario in which a partner would send us an xml file that I would map to an idoc. I envision getting to a point where additional partners would be a part of this process as well, but with their own unique sc...
I have an ABAP program which builds an Excel macro with VBA code, downloads the file and inserts it into a new Excel workbook, and then runs the macro to populate the workbook. All of this is being done via OLE functionality.The process works correc...