2008 Nov 17 9:29 AM
Hi there,
Can any1 tell me how to create print action record
and how to use it in print workbench?
Thanks,
Darshana
2008 Nov 17 9:55 AM
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
2008 Nov 17 11:59 AM
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
2008 Nov 17 12:10 PM
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
2008 Nov 17 1:55 PM
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?
2008 Nov 18 4:12 AM
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
2008 Nov 18 1:39 PM
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