‎2006 Mar 13 11:09 AM
Hi,
My functional consultant has configured FI related issues in tcodes VL10B, VL02N; then the data is populating to BSEG table. Now the problem is what ever data is coming to BSEG is not matching with the configuration that was done.
He wanted me to debug that and trace out where the configuration is wrong, how can I do this??
Please help me in this....
Thanks,
Satish
‎2006 Mar 13 11:17 AM
Hi Satish,
**He wanted me to debug that and trace out where the configuration is wrong, how can I do this??
Say inorder to Find the field inf. you can use SQL trace (ST05) .
Steps for the same:
Go to ST05 --> Activate Trace.
Run the trasaction , make some changes to the field for which you want to have the table name then SAVE.
Go again to ST05 ---> Deactive Trace
List trace
Then search for the chaged value which u had done on that transaction.
With this you will be able to see the table name in the Obj. name column.
Allow check this link.
Cheers
Sunny
Rewrd points, if found helpful
‎2006 Mar 13 11:32 AM
Hi Sunny,
Thanks for ur reply....
I know the table name and fieldname.....I wanted to know in which part of the configuration went wrong and there by how data is getting to bseg table from that configuration?
‎2006 Mar 13 11:38 AM
Hello Satish,
As u know the table name and the field name, get into debugging mode and set a watchpoint on this table field. Find out the location where it is populating the data or changing the data into wrong data. Check the condition under which this is happening. If it is based on some t tables u can then goto SM30 enter ur table name and press customising button. press continue w/o specific project and it will take u to the position from where the data is maint.