Application Development and Automation 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: 
Read only

Using Code Inspector to search over SAP Packages

Former Member
0 Likes
449

Hallo Guru,

I'm looking for a way to retrieve a message class number 127 "Initialization error" of message class C1 of a Package called CT.

So, usually with Code Inspector we can search over our client Packages.

But how I'm gone use code inspector to retrieve the different instances of code where my message number 127 is called.

The Problem that I'm getting this error when I call the BAPI_CHARACT_CHANGE located in the Function Group CTBP

And I don't know why I'm getting this?

Please reply me, if you have difficulty to understand what I wrote.

Also, please reply, if you really know how to solve the Problem.

Thanks In Advance.

Regards,

Kais

2 REPLIES 2
Read only

Former Member
0 Likes
348

Hello,

you can use program RS_ABAP_SOURCE_SCAN to scan sources for the message number. If you search for '127' in objects of package CT, you get a match: Include LCTMVF32, line 39.

Hope this answers your question.

Regards,

David

Read only

Former Member
0 Likes
348

Try RS_ABAP_SOURCE_SCAN.

Also, check the where use list of BAPI_CHARACT_CHANGE.