2009 Apr 20 1:45 PM
Hi Everybody ,
I want to find Application component tables .. Valeus are :
AP -
CA
EP -
MDM
AC -
FI
TR -
CO
IM
EC
RE
FIN
FS
LO
SD
MM
How can find table of this values ??
Thanks fo Reply ..
serkann
2009 Apr 20 1:53 PM
Hi,
check tables DF14L and DF14T.
filed is PS_POSID
Regards,
Omkaram.
Hi Everybody ,
I want to find Application component tables .. Valeus are :
AP -
CA
EP -
MDM
AC -
FI
TR -
CO
IM
EC
RE
FIN
FS
LO
SD
MM
How can find table of this values ??
Thanks fo Reply ..
serkann
2009 Apr 20 1:49 PM
Hi Serkan,
Check with the table and the field TAPLP-APPL
and also table TAPLT for long texts
Thanks!
Edited by: Prasanth Maddela on Apr 20, 2009 6:21 PM
2009 Apr 20 1:51 PM
check the below link
[http://goldenink.com/abap/files_in_sap.html]
2009 Apr 20 1:53 PM
Hi,
check tables DF14L and DF14T.
filed is PS_POSID
Regards,
Omkaram.
2009 Apr 20 2:09 PM
Thanks For Reply Omkaram.
Table is True . But I want find with TRANSACTION CODE .
FOR example :
SD
SD-MD
SD-MD-MM " SD-MD Transaction Tables look at trans in down .
SD-MD-MM-PPR
SD-MD-MM-LIS
SD-MD-MM-DET
SD-MD-CM
SD-MD-AM
SD-MD-CH
TRANSACTION CODE FOR SD-MD-MM
OV-0
OV-1
OV-2
OV-3
OV-4
OV-5
OV-6
OV-7
OV-8
OV-9
Best Regards .
Serkann
2009 Apr 20 2:39 PM
Hello
Example for OV-0:
1. Goto table TADIR with PGMID = 'R3TR' and OBJECT = 'TRAN' and OBJ_NAME = 'OV-0'
2. Get TADIR-DEVCLASS (in our case - VS0C)
3. Goto table TDEVC with DEVCLASS = 'VS0C'
4. Get TDEVC-COMPONENT (in our case - HLA0006859)
5. Goto table DF14L with FCTR_ID = 'HLA0006859'
6. DF14L-PS_POSID = 'SD-MD-MM'
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |