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

what is Application Component TABLES??

Former Member
0 Likes
13,754

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
6,664

Hi,

check tables DF14L and DF14T.

filed is PS_POSID

Regards,

Omkaram.

Hi,

check tables DF14L and DF14T.

filed is PS_POSID

Regards,

Omkaram.

5 REPLIES 5
Read only

Former Member
0 Likes
6,664

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

Read only

Former Member
0 Likes
6,664

check the below link

[http://goldenink.com/abap/files_in_sap.html]

Read only

Former Member
0 Likes
6,665

Hi,

check tables DF14L and DF14T.

filed is PS_POSID

Regards,

Omkaram.

Read only

0 Likes
6,664

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

Read only

6,664

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'