‎2011 Nov 08 6:26 AM
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
‎2011 Nov 08 6:36 AM
SE93 already allows you to search where a transaction code is used, press CtrlShiftF3 by entering tcode in SE93
‎2011 Nov 08 6:41 AM
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.
‎2011 Nov 08 11:02 AM
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
‎2011 Nov 08 11:45 AM
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
‎2011 Nov 08 12:19 PM
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