cancel
Showing results for 
Search instead for 
Did you mean: 

SOLARXX: add message to Issue tab, any FM or Class?

Former Member
0 Kudos

Dear friends,

My requirements is: When in WEB UI user in Change Request adding Project, then projects business process in Project assignment block and saving transaction, need to attach this Change Request number in related Project-issue tab.

For now its only working from SOLARXX transaction only, if i create from there and then enter in Change Request i can see to which node its related.

But not vice-versa ...

I have Solman SP08.

Can you please help me, we figured out that this only available in SP10.

So now the only way is Enhancement.


Problem is I don’t know which method to use better, here explanation:

• To add project from WEB UI Change Request to SOLARXX-ISSUE tab I need to enhance CL_CHM1_INSTANCE ( implementation class for RfC types )
• Relation between CR number and Solarxx Nodes is TSOCM_I_CONTEXT ( here I can see to which node CR is assigned )
• What FM, Class I need to use to add Change Request in tab issue ?

Other way:
• I can make it by PPF action, for this I need to create implementation for BADI - EXEC_METHODCALL_PPF ( or there is better badi ? )
• Relation between CR number and Solarxx Nodes is TSOCM_I_CONTEXT ( here I can see to which node CR is assigned )
• And again What FM, Class I need to use to add Change Request in tab issue ?

Main question is What FM, Class I need to use to add Change Request in tab issue from code

Rg Dan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If someone would be interested in:

Found the class CL_SA_ISSUE_HANDLER_SOLAR with static methods

GET_ISSUE_USAGES

DELETE_ISSUE_USAGES

ADD_ISSUE_USAGE

DELETE_ISSUE_USAGE

GET_REFNODE

Closing.

Rg Dan