how to get DP90 fields?

Question: On SAP v.4.7, need help in getting fields in transaction DP90. any functions to help get the fields? sample code snippet would be of help! how to read the hierarchy?

did a search before posting, did not find anything specific.

thanks.

Answer:
Try doing a trace of the transaction - you'll get loads of information about where data is held.
_________________
Kind Regards

Rosie Brent

Please remember to search the forum and check the FAQ before posting questions, thank you.

Tuly Idiot most of the time, part-time Guru

Answer:
hi rosie,

i did do a trace (ST05) on the transaction, unfortunately, it is not as simple as getting it from Transaction tables. There were SETNODES and SETLEAF etc etc when i started looking at the trace. Which makes me think i would need a function to retrieve the fields since it is a hierarchy retrieve.

please help.

thanks.

Answer:
any ideas?

Answer:
Yep. Look at the trace again, where the SETNODES and SETLEAF are, drill down to the code, and see what FM they are in.

That's what I did years ago for cost centre heirarchy. Took a while, but I got it in the end.

m@t
_________________
TULY The quality of answers is roughly proportional to the quality of the question.

The downside of being better than everyone else is that people tend to assume you're pretentious.

Answer:
I just read SETLEAF and SETNODE directly for hierarchies... all you have to do is give the criteria to the tables correctly and all the information is there for you.....
_________________
Kind Regards

Rosie Brent

Please remember to search the forum and check the FAQ before posting questions, thank you.

Tuly Idiot most of the time, part-time Guru
Copyright ?2007 - 2008 www.jt77.com