cancel
Showing results for 
Search instead for 
Did you mean: 

LP00 on ITS standalone

matteodesantis
Explorer
0 Kudos

Hello,

we have SAP 4.7 and ITS standalone. We have not ITSMobile.

Anybody knows if It is possible create custom template on ITS standalone for the transaction LP00 ?

We would like customize the screen of standard transaction LP00, in order to give custom style to HTML pages.

Thanks and best regards,

Matteo

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member194364
Active Contributor
0 Kudos

Yes this is possible. You will need to give this transaction its own service file and templates to achieve this.

The service file will contain the transaction parameter and also tell this transaction to use its own templates

Review the following link for further information on the Implementation Models available to the Standalone ITS 6.20:

[ITS Implementation Models |http://help.sap.com/saphelp_47x200/helpdata/en/48/35d6ca4abf11d18a0f0000e816ae6e/frameset.htm]

matteodesantis
Explorer
0 Kudos

Hello Oisin,

thank you for your answer. I'am trying to create the service and template for the transaction LP00, but the structure of transaction is strange. It is an ABAP report without dynpro; after the transaction execution, it calls a PERFORM in another program that calls a FUNCTION with the dynamic name (see below):

CONCATENATE lv_progr+4(4) '_TEMPLATE_CALL' INTO lv_func.

CALL FUNCTION lv_func

...

When I try to create the template in the FUNCTION GROUP, using the dynpro I get from R/3 in the "System: Status", the ITS returns "Interpreter Failed" error.

Do you know how can I create the ITS structure in order to use LP00 with a template custom layout?

Thanks and best regards,

Matteo