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

Identify RICEF objects used for a TCODE

Former Member
0 Likes
3,383

Hi Experts,

Requirment is like:

Input to the report: TCODE (ex.. VA01).

Output should be all the RICEFW objects in which VA01 is used.

Please help with Conversion and Workflow........as how can it be checked if this tcode is used for any of the these type objects.

PS: conversions may include: BDC, LSMW, eCATT, BAPI.

Thanks in adv.

Udit

5 REPLIES 5
Read only

Former Member
0 Likes
2,239

SE93 already allows you to search where a transaction code is used, press CtrlShiftF3 by entering tcode in SE93

Read only

0 Likes
2,239

Vishnu,

I have tired that.

Details for All the RICEFW objects does not come upon doing where-used list.

Also, the details for LSMWs, eCATTs, Workflows does not come there.

Thanks for for input, please provide some more.

Read only

0 Likes
2,239

What have you found out yourself so far during your own research? Please list all details here so people don't spend time only to hear "I know that already".

I strongly assume that you don't expect a turnkey solution for this complex task from these forums.

Thomas

Read only

0 Likes
2,239

THomas,

Thnaks for your inputs.

Among all the RICEFW objects the only differentiation which I am left to do is for LSMW.

I also stated in my post.

Also, forum had provided me many key soultions/ideas to solve highly complex scenarios. So, I always expect much from experts here to help me as they can. Moreover, I dont intend to waste anybodys time......may be the selection of words was not appropiate.

Again thanks for your inputs.

Udit

Read only

0 Likes
2,239

Seems that I misunderstood your first post, I thought you were looking for hints for all the letters in RICEFW...

In LSMW, a transaction code is usually assigned in the mapping rules (hopefully) to target fields of name TCODE. The rules are stored in table /SAPDMC/LSOCOD. Maybe you can parse the contents of column LINE for your purpose.

Thomas