cancel
Showing results for 
Search instead for 
Did you mean: 

cprojects - calling a SAP transaction

Former Member
0 Kudos

Hi

I am trying to call a sap transaction QA03 to display inspection lot. I need to do Customizing for Collaboration Projects under Connection to External Systems → Object Links in SAP Systems → Make Settings for Calling an SAP Transaction

I need help to define the following service parameters to call QA03 as per SAP documentation,

1. Screen field:

2. ~TRANSACTION:

3. ~OKCODE:

Thanks

Senthil

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189058
Active Contributor
0 Kudos

Hi Senthil,

Transaction code: is the transaction code of the transaction that you have to call

OK code: OK code of transaction

eg: if you have an object link with PS project definition and want to open that project definition in webGUI in display mode, use following settings in Make Settings for Calling an SAP Transaction:

Service for an SAP Transaction: 0CJ08 Display Project Definition

Paramters for a Service:

*PROJ-PSPID = PSPID

~OKCODE = MDTB

~TRANSACTION = CJ08

Regards,

Reema.

Former Member
0 Kudos

Hi Reema

Thanks. Itwas helpful, but not yet solved my problem completely. After clicking 'Open' link in application column, it opens up a browser window with list re relevant transaction codes. Upon clicking any of this t code, the browser displays 'page not found' error.

What else more needs to be done ot available?

Regards

Senthil

Former Member
0 Kudos

Hi Senthil,

Please check the ITS address used. Check whether it is directing you the SAP R/3 system you intend to. This can be given to you by your technical team(BASIS)

Regards,

Amit

reward points if useful.

Former Member
0 Kudos

Hi Amit

Thanks for your inputs. All the requried configurations including what you mentioned has been carried out by the BASIS team. Is there anyway to debug or trace this errror cause?

Regadrs

Senthil