GRPCRTA_CTSDMDCTR01C3 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_CTSDMDCTR01C3 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_USRID = User ID
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 discount structure
Text Symbol: 462 = Cash Discount Percentage Rate 2
Text Symbol: 461 = Cash Discount Percentage Rate 1
Text Symbol: 460 = Date Type
Text Symbol: 459 = Additional Months
Text Symbol: 458 = Calendar Day for the Baseline Date for Payment
Text Symbol: 457 = Payment method
Text Symbol: 456 = Selection details
Text Symbol: 310 = No Customers exist for the selection
Text Symbol: 300 = Invalid Payment terms
Text Symbol: 255 = Change TIme
Text Symbol: 254 = Change Date
Text Symbol: 253 = New Value
Text Symbol: 252 = Old Value
Text Symbol: 251 = Change Type
Text Symbol: 463 = Days from Baseline Date for Payment 1
Text Symbol: 464 = Days from Baseline Date for Payment 2
Text Symbol: 465 = Days from Baseline Date for Payment 3
Text Symbol: 466 = Due Date for Special Condition 1
Text Symbol: 467 = Due Date for Special Condition 2
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_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = w_ztagg IMPORTING output = w_ztagg.
CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING input = t_t052_ztagg-ztagg IMPORTING output = t_t052_ztagg-ztagg.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = i_listhead.
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_CTSDMDCTR01C3 or its description.
GRPCRTA_CTSDMDCTR01C3 - Evaluation of Customer Payment terms with higher discount structure GRPCRTA_CTSDMDCTR01C3 - Evaluation of Customer Payment terms with higher discount structure 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