cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction launch

Former Member
0 Kudos

Hi all,

Is there any prog available which converts report programs into a web enabled format?

I need to launch a 'Z' report transaction through web client - how do I do this?

TIA.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello All,

I am also in the similar situation as of Aathi. I have some z reports which are working fine when accessed from GUI. But the same reports when accessed from the portal we are facing the problems with some standard features. They are :

1. Copy from clipboar is not working on portal page

2. Excel upload is not working.

Can any one suggest me what needs to be done to set this right.

Thanks a lot for your help in advance.

Regards

Rashit

Former Member
0 Kudos

It is possible to launch Z reports through transaction launcher.

Follow given steps:

1. Make sure that your report is assigned to transaction code .This should be done as transaction launcher launches the transactions using ITS

2. Create the navigation link for your report and add it to nav bar

3. create a transaction launcher profile .

4. Start the transaction launcher wizard and select navbar profile,navbar link created for report and transaction launcher profiles created in above steps

5. Wizard creates the handler class in the next step

6. In the next step select 'BOR Transaction' as the transaction type ,select the logical system ,select 'TSTC' as BOR object type and set the method name to 'EXECUTE'

7. In this step you should mention the transaction code created for your report.Set the trasaction code value to 'Object Key ' parameter.

Hope it helps.

Thirumala.

Former Member
0 Kudos

Hi,

Did you try using the 'Launch transaction wizard'?

thanks

Former Member
0 Kudos

Yes! I am able to launch standard Transactions.

I am asking abt Z transactions where you need to web enable them to launch through transaction launcher.

Has anyone launched Z reports/transactions? IF yes, what is the procedure?

Former Member
0 Kudos

Hi

IMG: CRM ƒ¯ƒnIC WebClient >ƒnTransaction Launcher >ƒnDefine

Transaction Launcher Profiles

Open the profile DEFAULT_IDES and mark the entire XML code.

Copy the XML code to the clipboard and leave the profile.

Type Z##_ LAUNCH into the field Profile Name and select Execute.

Confirm: Yes.

Replace the XML code by pasting the code from the clipboard .

Profile description: Z##_ LAUNCH

Save.

1-2 Assign your new Transaction Launcher Profile Z##-LAUNCH to your own IC

WebClient profile Z_PROF_##.

IMG: CRM ƒ¯ƒnIC WebClient >ƒnDefine IC WebClient Profiles

Create your own navigation bar profile via copying existing profile

DEFAULT_IDES.

New profile: Z##_NAVBAR (Description Z##_NAVBAR).

Do not use the wizard but copy and paste the complete XML file as described

above for the Transaction Launcher files.

IMG: CRM >IC WebClient ƒ¯ƒnNavigation Bar >ƒnDefine Navigation Bar

Profiles

Assign your new navigation bar profile Z##-NAVBAR to your own IC

WebClient profile Z_PROF_##.

IMG: CRM >IC WebClient >ƒnDefine IC WebClient Profiles

Create a new entry in your navigation bar profile that you will later link to an

entry in your Transaction Launcher. You can use the wizard or copy the

required XML code. The following describes first how to use the wizard and as

an alternative and how to manually create and maintain the XML code for a

link entry:

IMG: CRM >ƒnIC WebClient >ƒnNavigation Bar >ƒnDefine Navigation Bar

Profiles (Wizard)

Start the wizard.

I hope it solves your problem