Hi
want to know script logic debug, I know about UJKT, but I want to find from code how can we get the data, i.e scenario is
Scenario 1: Journal posting failed for 1 journal, error is workstatus, we checked all settings everything is fine, but from script logic "JOURNAL.LGF" there is one more applications where datasource got locked, this found while debugging data from internal table, find attachment.
I want to know from where this internal table received, I put all breakpoints but I didn't get this data.
after finding this datasource we unlocked it, and successfully posting happened. please let me know where is the exact debug point to get "CT_ARRAY" data, there are so many methods
Scenario 2: Datamanager package debug, I know package debug, when I run package automatically it will go to debug point, but I'm not getting how this error came , "RUN_LOGIC: Runtime error call of the method METH1 of the class MAIN failed, package status: Error", this package runs sometimes and sometimes get fail. there is one BADI for this script logic, but I'm not sure whether it is entering into BADI or not, because I put breakpoint in badi but without entering into it, I'm receiving error.
Regards
Klien