Application Development 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: 

Why FM DD_GET_NAMETAB?

Former Member
0 Kudos

Hi All,

I am using a SAP fm to update something. For one scenario it is working. But for another scenario it is not working. I debugged the FM and came to know that it is due to FM DD_GET_NAMETAB. CAn somebody tell what could be possible reason for it? Why sap is calling this FM? How to avoid this error?

Please help.

Regards,

Jeetu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

can u give in which scenario it is working and in which it is not working.

3 REPLIES 3

Former Member
0 Kudos

Hi,

can u give in which scenario it is working and in which it is not working.

0 Kudos

Hi,

One case is I am linking a document to a service ticket

Second case when I link a documetn to Solutions.In this case it is failing.

Former Member
0 Kudos

HI,

We can find no of columns in a table and column position , decimals..accordingly

If we provide any table as input parameter then fm returns how many columns are there.Just cross verifying field names and positions before updating datbase tables.