cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction launcher to ISU Front Office Process

Former Member
0 Kudos

Hello there,

I have an question about transaction launcher (TL) in CRM 7.1 EHP1. I want to use FO process in SAP ECC 6.0 - ISU. I prepared TL by wizard and customize it to the navigation bar link. When I tested it, nothing happend. When I debug this TL call, I can see that parameters are passed from CRM to ISU (I debug this also in ISU). I noticed, that one parameter is whole BOR object (ISUCONTRCT), not just value, by complete instance of BOR.

Is it possible that there is a problem in wizard generated class which prepare parameters to ISU? Should by the import parameter reason of problem or I am missing something in wizard? Thanks for replies.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Solved myself.

Finally, this is the solution of problems in this thread. There are two sources of reason that it doesnt work.

1.) BOR instance import parameter in FO process or BOR method.

In "how to guide transaction launcher" documentation is written:

Methods of BOR objects can have parameters that are typed to a BOR object (e.g. method

EnterReadingDocs of IS-U specific BOR object MTRREADDOC). These object-like parameters

are not supported by the transaction launcher.

So this is not supported and those objects can not be used.

2.) Calling FO process in ISU is not working, due to program error. Screen can be just refreshed or you can get error message CRM_UI_FRAME_LTX 026.

In this case, apply sap note:

https://service.sap.com/sap/support/notes/1700903

Hope, this will be helpfull to others also.

lubos

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Lubos Heriban,

I  will send one Document for u it's may help full for debugging

Thanks

Sekhara

Former Member
0 Kudos

Thank you, i am waiting for the document which you promise me to send .

Former Member
0 Kudos

Hi Lubos Heriban

Can u go throw this URL.i think this Document is help ful

www.sdnwww.sdn.sap.com/irj/scn/index?rid=/library/uuid/3059fb20

Former Member
0 Kudos

Hi sekhar,

that link is not correct - I have got HTTP 404 error.

joaquin_fornas
Active Contributor
0 Kudos

Hello

I think you are mixing two options:

1) You want to call an object from ISU (ISUCONTRACT-CREATE). In that case, you must choose the object and method you want to call

2) You want to call a Front Office process (a series of steps in which you can create several objects and actions). In that case, you have to enter the FOP name as you cannot enter objects and methods here.

If you want to use a FOP, you can create it in your ISU system by using transaction EWBC.

Regards

Joaquin

Former Member
0 Kudos

Hello Joaquin,

I am sure that I am not mixing two different things. I am trying to call  Z-custom FO process in ISU which already exists. It has its own containter with import/export parameters.

One of this import parameters is defined like BOR object. Please, check the printscreen image:

I suppose that it is waiting for whole BOR object instance of ISUCONTRACT as import parameter. How can I set this in CRM? The wizard generate something like this:


me->set_container_object(

       iv_name        = 'CONTRACT'
       iv_object_key  = lv_contract
       iv_object_type = 'ISUCONTRCT'
    ).

I am wonder where should be the problem? Its appear that nothing is called and actual CRM web ui screen just refresh after click on this TL link. I suppose that this parameter is cause of the problem... or there may be some problems in FO steps? I am not experienced enough.

Thanks for replay.

Best regards

Lubos