cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Information

Former Member
0 Kudos

When I'm on a column of a grid, I don't see the Table and the field of that column when I ask for the DEBUG INFORMATION which is located in the lower left corner of SAPB1

For instence, I can see the 4 first column information like "Form=, Column= and then OIGN, Dscription"

when I try the 5th I dont see the table and the field as mentioned above

I presume its a calculated column but where do I go to see how SAP does the calculation ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Should be in the Help documentation

rasmuswulff_jensen
Active Contributor
0 Kudos

I'm afraid that SAP doesn't really offer this... so most of the time you need to figure it out yourself..

Some hints:

- Some fields does not mention a table or field, but it doesn't mean that the data is not in the database.. Often you can use the dbDatasource behind to get it. The reason for this is often foramtting (Like most fields that have a currency in the db this is based on two fields - Example: Line total in documents are not directly bound to dbds LineTotal, but data is stored there)...

- Larger operations can be monitored with the MSSQL Profiler

Former Member
0 Kudos

Wow this is eee...Embarasing

Since I have to code a transfer of that kind of field to another table. I would need to know how to calculate it.

Do you thing I would get help from the SAP developper and where do I go from here

Thank you for your time