‎2018 Sep 28 11:19 AM
Hi team,
I want all the data of settlement rule of tcode cj20n when we press save button.
How can i achieve this.??
user will just make a minor change at any level of project.
I want it because at the background i am generating idoc, based on the settlement rule data which is currently present in all wbs element.
‎2018 Sep 28 12:10 PM
‎2018 Sep 28 12:52 PM
Vaguely remember that settlement rules are in COBRA, COBRB tables.
For finding out yourself use multi tool ST12 -> ABAP and SQL trace combined. SQL summary will list all tables accessed during trace runtime.
Find more info by searching "SAP ST12 blog".
‎2018 Sep 29 1:29 PM
Hi Thomas,
Thank you for your reply..
I want all runtime settlement rule data which is not accessed to display or edit.
Means i will not visit the settlement rule screen, but still is want the previously entered data or runtime data inputs.
Thanks,
Darshan
‎2018 Sep 28 8:46 PM
‎2018 Oct 01 9:18 AM
Hi all,
Thanks for you inputs.
i have found the solution by myself.
I will get all the existing rules from database & if user goes to individual settlement rule then that data is available in (SAPLKOBS)GT_COBRA_BUF[] & (SAPLKOBS)GT_COBRB_BUF[].
Thanks,
Darshan