I have found some Code: is it necessary to do this: "clear lt_return, lt_return[]."
is it not redundant to do this:
clear: lt_return, lt_return[]."
would not the following statement achieve the same result:
clear lt_return.
RBCA_BAST_RUN_PP is the Bank Statement Run program to create correspondence items that are Due. for undisclosed reasons we always run this Mass run 1 day in arrears so that our bank statements are produced 1 day in arrears, However certain correspond...
Can anybody tell me why SAP implemented the BCA_CN_LINK table? What was the motivation? It seems to me that this type of link table creates a single point of failure, and makes building queries to account/contract data complicated and to my mind poss...
Function module MOVE_CHAR_TO_NUM does not exist Message no. FL110 Diagnosis You attempted to display, change, rename or delete a function module that does not exist. Procedure Check your input. If you do not know the exact name, choose Utilities -> F...
Uncertain what is meant by Vipin Sinng's comment. ... RBCA_BAST_RUN_PP is a a mass run that runs close to the end of the nights mass runs. It extracts all the data that is to be provided to the Bank Statement output system. For reasons not relevan...
Yes For Me the ADRNR on the DFKKCOH table is initial... The correspondence recipient has got an address selected so why is the adrnr on the DFKKCOH table initial, and whaty can be done to ensure it is populated when the row on the table is populated...
i have eventually got this working using new open SQL syntax: select mandt , proc_date , service , version , status , count(*) as call_count , avg( process_time ) as process_time from zca_serv_hdrlog ...