SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Print workbench problem

Former Member
0 Kudos

Hi frnds,

I have a requirement like when i execute the Print workbench the values should store in Ztable which is i created.

for this, in application form i given IS_U_METER_READING_DOWNLOAD and try to execute with some values. when i executed it is giving message "No Meter Reading order found for Devices". but when i check the table EABL i am able to see the data for the selection screen.

So, Please guide me how to check why the entries are not showing while executing the print workbench and give me where to write the logic to place the values in Ztable for this print work bench.

i am new to print workbench. so, please give me detail steps.

Thanks & Regards

Balu

1 REPLY 1

rajesh_popat3
Active Participant
0 Kudos

Hi,

Please find the information regarding execution of application form from the form class -

-


Application Description

This form class represents the data hierarchy that is used as a basis for meter reading order creation. The meter reading orders are downloaded to an external file or system for the purposes of meter reading by the meter reader.

Description of Data Hierarchy

The meter reading unit is represented by the header node. Below this level the technical and business data is stored for the corresponding objects. The lowest level is for the registers. Usually one meter reading is stored for each register.

Printing Test

The test download from the maintenance screen of the application form is not possible. Meter reading orders can only be downloaded if they were created beforehand. To do this, proceed as follows:

Execute meter reading order creation by choosing Utilities Industry -> Device management -> Meter reading -> Order creation.

Make sure that the MDE number field (mobile data entry number)of the relevant meter reading unit contains an entry. If meter reading order creation occurs on the basis of a schedule record, the planned meter reading category must be 01 (meter reading by utility company).

Choose Meter reading -> Order output and select the form type Download spool oder Download IDoc.

If you select Download Spool, the data is transferred as a file to the spool file. By maintaining a corresponding output device, you can define an alternative target host.

If you select Download IDoc, the data is formatted as an IDoc and you can use the normal IDoc functions.

Creation of Print Request/Correspondence:

Delayed printout with print request creation is not currently possible.

Archiving

Optical archiving via SAP ArchiveLink is not currently possible.

Value Tables for Generated Module

0: Meter reading unit

1: Business partner

2: Installation

3: - Not used -

4: Piece of equipment

5: Scheduled meter reading date

6: Meter reading reason

7: - Not used -

8: - Not used -

9: - Not used -

-


Also, for getting the values into the Z table, you need to create a Z Application form using the standard application form and define the user exit for the same.

For the Z Application form, you can add a before exit in node Register, for this before node, you will have the values in table LT_READING, based on the values you can add a condition to update the records in Z table.

Also, for the Meter reading unit (print settings), the form specifications are configured. So, change the form detail accordingly, to use the new Z form created..

Hope this may be of some help!!

Regards,

Rajesh Popat