tyrogreenhorn
Explorer
Member since ‎04-26-2018

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi there, I'm trying to build interactive Excel templates that extract data from SAP’s spool job using BAPI_XBP_JOB_SPOOLLIST_READ. The way I’m approaching the problem is: Run a Transaction Code by means of RFC_CALL_TRANSACTION_USING and get SAP ...
I'm trying to automate certain procedures in SAP using Excel Templates and VBA. To extract data, I'm using INST_EXECUTE_REPORT via RFC. I packed it into a separate Sub in VBA, in which I declare a local variable ObjR3_EXECUTE_REPORT: <code>Set O...
Hi, I'm trying to conduct an analysis of inventory consumption, purchasing in relation to inventory levels at reorder points. I thought the "MB51 - Material Document List" report would be a good place to start, as it contains all inventory movemen...
I am trying to develop a test for 3-way-match all the way from AP items to POs / Deliveries using a bunch of tables from SAP, but I'm having problems ensring completness of the downloads. In particular , I noticed that there are a number of...