cancel
Showing results for 
Search instead for 
Did you mean: 

DMS object links

baoliang_gao2
Explorer
0 Kudos

hello ,

about object links ,there is no sap object about QM inspection lot ,i want to create it .

how to create sap object about QM inspection lot ?

thanks!

Accepted Solutions (1)

Accepted Solutions (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi,

In the standard you cannot link documents to inspection lots, but you can link them to the inspection method master.

In function group 'CV130', folder 'screens' you see all SAP objects that can be linked to documents in the standard. Of course you can add further SAP objects. For further information on how to add new objects please see the SAP Online documentation under

http://help.sap.com/ -> Documentation -> SAP ERP Central Component -> Cross Application Component -> Document Management -> Document Info record -> Linking Objects to a Document -> Adding Other Objects.

Best regards,

Christoph

P.S.: Please reward points for useful information.

baoliang_gao2
Explorer
0 Kudos

hi Christoph,

how to view function group 'CV130'?

thanks!

baoliang_gao2
Explorer
0 Kudos

Hello Christoph,

you replay is very helpful .

now i have trouble to add new objects, can you tell me about detail ?

The SAP Online documentation told me to program two screens for the following module pools :

u2013 SAPLCV00

u2013 SAPLCVIN

is't means i should program PBO PAI by myself?

thanks for you help!

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Baoling,

to add your 'own' objects for creating links to DMS you would need to create you own PBO and PAI logic for the new dynpros.

However I think it should also be useful to copy the logic of already existing object dynpros and modify them to your needs.

You find function group CV130 in transaction SE80. To display the standard dynpros please go to subfolder screens.

Best regards,

Christoph

P.S.: Please reward points for useful information.

baoliang_gao2
Explorer
0 Kudos

Hello Christoph ,

my problem is : i create new Entries in IMG->Maintain Key Fields , the table is QALS , Tcode is QA03 , Field Name is PRUEFLOS, PID is QLS .

then i debug the PAI ,i Found there is a Function named KEY_ZU_OBJEKT, it will return the length of the field .

eg: import OBJEKT with value VBAP ,then it return Fields :

VBELN /VBELP ,with fields length 10 /6 , but when import QALS ,it renturn field PRUEFLOS (it is right ), but the length is 1 (it is wrong).

i don't konw why?

pls help me ,thanks!

Former Member
0 Kudos

Hai,

For me also getting wrong length 1.How you solved it.

Thanks in Advance.

ABJ

Answers (2)

Answers (2)

baoliang_gao2
Explorer
0 Kudos

can anybody help me ??

former_member186822
Participant
0 Kudos

Solution:

Call your field: ( same as in structure MCDOKOB )

FOLDER_GUID Types GUID_32

Former Member
0 Kudos

hi ,

whatever solution given is right,

you can do it by otherway also,

create inspection plan (QP01), with the help of PRT attach the DIR to that plan (menas ,it will attach to the material)

same material you will call , during creation of inspection lot.

so whatever the document attache to dir will be link to the inspection lot.

this way also your purpose will solve.

regards,

nitin

award pint if useful