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

How to debug the system function 'C_DD_H_GET_V'

Former Member
0 Likes
1,250

I want to debug the system function 'C_DD_H_GET_V' , i have tried system debugging but still it does not go into FUNCTION 'C_DD_H_GET_V' .

OR can i view the contents of 'C_DD_H_GET_V' .

AS the system function executes it updates the field DD02V-TABCLASS.

i want to know how it gets contents in to it.

Please help.

CALL 'C_DD_H_GET_V' ID 'OBJID' FIELD object_id

ID 'STATE' FIELD gf02v_state

ID 'LANG' FIELD gf02v_ddlanguage

ID 'KEY1' FIELD gf02v_tabname

ID 'TABNAME' FIELD 'DD02L'

ID 'VIEWTAB' FIELD 'DD02V'

ID 'TEXTTAB' FIELD 'DD02T'

ID 'HEADTAB' FIELD ' '

ID 'KEY1NAME' FIELD 'TABNAME'

ID 'POSNAME' FIELD ' '

ID 'HTABNAME' FIELD ' '

ID 'HVIEWTAB' FIELD ' '

ID 'HTEXTTAB' FIELD ' '

ID 'HHEADTAB' FIELD ' '

ID 'HKEY1NAME' FIELD ' '

ID 'HKEY2NAME' FIELD ' '

ID 'HPOSNAME' FIELD ' '

Thanks

Reena

I want to debug the system function 'C_DD_H_GET_V' , i have tried system debugging but still it does not go into FUNCTION 'C_DD_H_GET_V' .

OR can i view the contents of 'C_DD_H_GET_V' .

AS the system function executes it updates the field DD02V-TABCLASS.

i want to know how it gets contents in to it.

Please help.

CALL 'C_DD_H_GET_V' ID 'OBJID' FIELD object_id

ID 'STATE' FIELD gf02v_state

ID 'LANG' FIELD gf02v_ddlanguage

ID 'KEY1' FIELD gf02v_tabname

ID 'TABNAME' FIELD 'DD02L'

ID 'VIEWTAB' FIELD 'DD02V'

ID 'TEXTTAB' FIELD 'DD02T'

ID 'HEADTAB' FIELD ' '

ID 'KEY1NAME' FIELD 'TABNAME'

ID 'POSNAME' FIELD ' '

ID 'HTABNAME' FIELD ' '

ID 'HVIEWTAB' FIELD ' '

ID 'HTEXTTAB' FIELD ' '

ID 'HHEADTAB' FIELD ' '

ID 'HKEY1NAME' FIELD ' '

ID 'HKEY2NAME' FIELD ' '

ID 'HPOSNAME' FIELD ' '

Thanks

Reena

1 REPLY 1
Read only

bernhard_fr
Explorer
0 Likes
569

As far as I know there is no chance to see the coding of a system function.

It is called form the Kernel which is written in C. All these SAP system functions are for internal use only. You won't even find a documentation or something about it.