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

How to find hardcode in an IDOC coding

Former Member
0 Likes
860

Hi Experts,

I am working on a project in which i need to find our set of hardcode in all the idocs and then replace it with some other. Is there any way to find all hardcode of an idoc in one place.

Any help is extremely appreciated.

Hi Experts,

I am working on a project in which i need to find our set of hardcode in all the idocs and then replace it with some other. Is there any way to find all hardcode of an idoc in one place.

Any help is extremely appreciated.

3 REPLIES 3
Read only

jitendra_it
Active Contributor
0 Likes
816

Hello Mayank,

May be this report RS_ABAP_SOURCE_SCAN can help you.

Read only

0 Likes
816

This help in finding code in SAP reports and FM will we cannot give Idoc names to it.

Read only

0 Likes
816

You can control based on Function Group. From partner profiles you can check available Idoc types and get corresponding FM then FG.

Put FG and package as Z*/Y* for custom changes.