GRPCRTA_CTSDMDCTR01C2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter GRPCRTA_CTSDMDCTR01C2 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_CID = D Control ID
Selection Text: P_CONNID = D Connector
Selection Text: P_DATE = D Current Date
Selection Text: P_LOCDES = D Organization Description
Selection Text: P_LVARI =
Selection Text: P_PERIOD = Period
Selection Text: P_PTYPE = Period Type
Selection Text: P_RULEID = D Rule ID
Selection Text: P_YEAR =
Selection Text: S_BUKRS = Company code
Selection Text: S_DATE = Date
Selection Text: S_KTOKD = Account group
Selection Text: S_KUNNR = Customer number
Selection Text: S_USRIDP = User ID
Selection Text: S_VKORG = Sales organization
Selection Text: S_ZTAGG = Day Limit
Selection Text: S_ZTERM = Terms of Payment key
Title: Evaluation of Customer Payment terms with higher credit terms
Text Symbol: 426 = Customer & Vendor
Text Symbol: 425 = Customer & Vendor
Text Symbol: 424 = Cash discount Perc. rate
Text Symbol: 423 = Cash discount Perc. rate 1
Text Symbol: 422 = Cash discount Perc. rate 2
Text Symbol: 421 = Cash discount Perc. rate
Text Symbol: 420 = No. of Days 1
Text Symbol: 419 = No. of Days 2
Text Symbol: 418 = No. of Days 3
Text Symbol: 417 = Fixed Date 1
Text Symbol: 416 = Fixed Date 2
Text Symbol: 415 = Fixed Date 3
Text Symbol: 414 = No default
Text Symbol: 413 = Posting date
Text Symbol: 412 = Document date
Text Symbol: 411 = Entry date
Text Symbol: 410 = Created
Text Symbol: 409 = Deleted
Text Symbol: 408 = FieldValue found OK
Text Symbol: 407 = Credit Period configured is beyond
INCLUDE GRPCRTA_SUBSELECTION.
INCLUDE GRPCRTA_HDRSCRDATA.
INCLUDE GRPCRTA_PERIODVALIDATION.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = w_repid txt2 = sy-subrc txt1 = 'ERROR IN FLUSH'.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' view_name = 'V_T052' TABLES dba_sellist = dba_tab excl_cua_funct = iguistatus EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 OTHERS = 14.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = t_t052-ztagg IMPORTING output = t_t052-ztagg.
NUMBER_OF_DAYS_PER_MONTH_GET CALL FUNCTION 'NUMBER_OF_DAYS_PER_MONTH_GET' EXPORTING par_month = v_month par_year = v_year IMPORTING par_days = v_day.
FI_FIND_PAYMENT_CONDITIONS CALL FUNCTION 'FI_FIND_PAYMENT_CONDITIONS' EXPORTING i_zterm = w_log-keyvalues(4) i_bldat = ipdate i_budat = ipdate IMPORTING e_t052 = e_t052 e_zfbdt = zfbdt EXCEPTIONS terms_incorrect = 1 terms_not_found = 2 no_date_entered = 3 no_day_limit_found = 4 OTHERS = 5.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = t_t052-ztagg IMPORTING output = t_t052-ztagg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name GRPCRTA_CTSDMDCTR01C2 or its description.
GRPCRTA_CTSDMDCTR01C2 - Evaluation of Customer Payment terms with higher credit terms GRPCRTA_CTSDMDCTR01C2 - Evaluation of Customer Payment terms with higher credit terms GRPCRTA_CTSDMDCTR01C1 - Monitoring of Frequent changes to customer Payment terms GRPCRTA_CTSDMDCTR01C1 - Monitoring of Frequent changes to customer Payment terms GRPCRTA_CTSDCMM05C4 - Monitoring of Frequent Changes to Customer Credit (CCA Level) GRPCRTA_CTSDCMM05C4 - Monitoring of Frequent Changes to Customer Credit (CCA Level)