0

Is there a way to port a report with its objects like: STATUS GUI, table from one system to another in SAP software without copy paste everything?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48

1 Answers1

0

Obtaining a table report requires you to run a transaction where you input some data prior to obtaining the report, like date interval, material codes and so on.

Given the fact that obtaining a table report requires you to run a transaction where you input some data prior to obtaining the report, I don't understand how to port a table - which is a result - from one SAP system to another, but you can input the same data programmatically into transaction prior to obtaining a table, in both SAP systems.

It can be done by recording a VBS script from one SAP system's macro recorder, then editing the VBS file in order to meet you requirements for both systems.

Tony Tzu
  • 51
  • 1
  • 5