cancel
Showing results for 
Search instead for 
Did you mean: 

Program Identify

Former Member
0 Kudos

Newbie Asking for Help!

Hi everyone! I'm writting an applicattion who parse the WebGui and apply a custom design over the standart template. I choose to do this because I don't have access to the SAP administration (or programming) interface.

I'm looking for a way to identify each program (and dynpro) using only the HTML. So, I don't know the best way to send inside the generated HTML a custom identification to use.

SAP Version = Release-Informationen zum Stand 470

ITS Version = Latest installed version of system.sar is 610C1.21.530153

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member316351
Active Contributor
0 Kudos

Hello Matias,

You can find the dynpro and screen used for IAC based transactions when "view source". Near the top should be something like:

Template: bbppu99/99/sapmpzz1000_100_en -->

This would mean that it uses program sapmpzz1000 and screen 100.

I'm not sure how you're going to alter the design of the template without access though. Do you have access to the web server? You could customize the .css files and logos for a custom look that way.

Edgar

Former Member
0 Kudos

Edgar:

I can´t find a string like bbppu99/99/sapmpzz1000_100_en. We are not using a

custom template (I don't know if this matters).

The headers are something like this:

<!--

This page was created by the

SAP Internet Transaction Server (ITS, Version 6100.1021.53.153, Build 610.530153, Virtual Server MDW, WGate-AGate Host labsarwnca17, WGate-Instance MDW)

All rights reserved.

Creation time: Wed Aug 10 09:09:47 2005

Charset: iso-8859-1

-->

I´m not sure if the transactions are IAC transactions. How I can verify that?

Thank you!

former_member316351
Active Contributor
0 Kudos

Hello Matias,

Looks like it's not an IAC. Therefore you need to go to the transaction and from the menu choose "System" > "Status" and you should find the transaction code, program name, and screen number there. If there is no "System" > "Status" in the menu then you should execute the transaction in the SAPgui for Windows to find this information.

You can then create a template for the program and screen number using SE80 and customize it how you see fit.

Edgar