Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

What is Print Work Bench

Former Member
0 Kudos

I want to know that "What is print work bench in ABAP and where it is used" . Am I right in thinking that it is related to SAP Script

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Printworkbench is a reporting tool specifically for IS-Utilities. Yes it is related to sap script because it is actually a sapscript accompanied by objects which will be the business content of the report.

3 REPLIES 3

Former Member
0 Kudos

Printworkbench is a reporting tool specifically for IS-Utilities. Yes it is related to sap script because it is actually a sapscript accompanied by objects which will be the business content of the report.

0 Kudos

So, with what TCode I can go into it and work on it... and how to do that... I know about SAPscript only...How to work in Printworkbench

Former Member
0 Kudos

PrintWorkBench is a tool used for priting in IS-Utilities.

The transaction code is EFRM. You can use it with Sap Scripts and Smartforms both. There are standard Form classes available which can be used to create Application Forms with transaction Code EFRM. Application Forms basically is a data retrieval program and by which data can be displayed in Layouts created using Scripts or Smartforms.

I think this solves your doubt.