cancel
Showing results for 
Search instead for 
Did you mean: 

i am attaching a drawing when preparing a PR, i want link table name

Former Member
0 Kudos

Sir,

I am ataching a drawing when preparing a PR , i know the object link but i am not getting the exact table link of PR and attaching drawing , give me a suggetion

Thnaks & regards

Prashant Bhemde

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hai...

it can be accessed by different ways

1) by using Function Module

CALL FUNCTION 'CV140_KEY_OF_TCLO' "

EXPORTING

objekt = " drad-dokob

IMPORTING

key1 = " c

key10 = " c

key2 = " c

key3 = " c

key4 = " c

key5 = " c

key6 = " c

key7 = " c

key8 = " c

key9 = " c

len1 = " i

len10 = " i

len2 = " i

len3 = " i

len4 = " i

len5 = " i

len6 = " i

len7 = " i

len8 = " i

len9 = " i

EXCEPTIONS

NO_OBJEKT = 1 "

. " CV140_KEY_OF_TCLO

2) direct table DRAD

Cheers

KHS

Former Member
0 Kudos

Thanks Harishankar,

Actually i seen that table and found the link , that for your valuable suggetion , thanks a lot

Answers (0)