Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement OSS note manually for class as some methos are not avilabl

Former Member
0 Kudos

Hi,

I want to implement OSS note - 1408395. Here I saw some class method, where I want to insert code mannualy.

Here I inserted code mannualy in below two object. As method GET_DETAIL avilable.

1) /NRX/CL_EQUI - > GET_DETAIL

2) /NRX/CL_FLOC - > GET_DETAIL

But in below 3 object I can't insert code mannualy. As methodS are not avilable for below 3 objects

So how can I insert the code which is mentioned in OSS Note ?

1) /NRX/IF_EQUI - > SET_DATA_INSTALL

2) /NRX/IF_FLOC - > SET_DATA_SPECIFIC

3) /INX/IF_TECH_OBJ_IDOC - > SET_ITOB_PARMS_IDOC

Can any one give proper suggestion.

Waiting for quick response.

Best Regards,

BDP

1 ACCEPTED SOLUTION

nitesh_jain3
Active Participant
0 Kudos

Hi,

Why are u trying to implement the note manually?

You should use the transaction SNOTE to implement the note. The undefined methods will be created by the note during its implementation via SNOTE.

regards

Nitesh

1 REPLY 1

nitesh_jain3
Active Participant
0 Kudos

Hi,

Why are u trying to implement the note manually?

You should use the transaction SNOTE to implement the note. The undefined methods will be created by the note during its implementation via SNOTE.

regards

Nitesh