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: 
Read only

Print action record

Former Member
0 Kudos
457

Hi there,

Can any1 tell me how to create print action record

and how to use it in print workbench?

Thanks,

Darshana

6 REPLIES 6
Read only

Former Member
0 Kudos
289

Print Action Record ?

I guess you are asking about the records in DFKKCOH AND DFKKCODCLUST.

IF yes then write a report to create a entry in these tables by using fm FKK_CORR_WRITE .

If you run FPCOPARA t-code and enter BP number then it will get all the entries from DFKKCOH and DFKKCODCLUST tables to print the letter.

Regards,

Shiva Kumar

Read only

0 Kudos
289

No its not that..

I have to use it in print workbech (EFRM) through EA29.

Edited by: darshana penta on Nov 17, 2008 1:01 PM

Read only

0 Kudos
289

You have to create a contract account with the Bill Form parameter in caa1 t-code

Create a contract and bill the contract.

Now you run EA29 t-code it will take EFRM Application and gives u the letter.

Regards,

Shiva Kumar

Read only

0 Kudos
289

Hi shiva,

that i knw.... but the problem is of print action record.

From EA29 it will trigger my print workbench.

But i want to create print action records in my print workbech as flyers.

do u have any idea abt dat?

Read only

0 Kudos
289

Use this FM to create print action records : ISU_S_PRINTACTION_CREATE.

You will get more information in the function group EEPA Print action records: service modules

Regards,

Shiva Kumar

Read only

0 Kudos
289

Integrating Print Action Records in Application Forms

Use a print action record if you want to print a variable text on all forms. Variable means that the text changes over time (for example, information or a note that is temporarily valid).

Integration

Print action records are either integrated into the form class belonging to an application form with form levels or must be implemented using user exits. In the first case you have to leave the level in question in the hierarchy. The texts behind the print action records are printed automatically.

Features

If the print action records are integrated in an application form, the printing of the related texts can be transferred immediately or you can decide how and which part of the print action records is to be printed. In the simplest variant, in which the print action records exist as a level in the application form, printing begins automatically.

Application forms with print action records already included

If the print action records have been implemented in the form of form levels in the form class, the form levels can be left in the hierarchy. If you want to prevent the texts in a print action record from being printed automatically, set global parameter C-PA_PRINT to <blank> in the exit before loop of the form level. In this case you have to print the text yourself.

Regards,

Shiva Kumar