SAP Reports / Programs

RKCCOLT1 SAP ABAP Report - Copy actual data layouts as planning layouts







RKCCOLT1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With the report, layouts which were created for the entry of actual data or originate from a release lower than 4...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RKCCOLT1 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RKCCOLT1. "Basic submit
SUBMIT RKCCOLT1 AND RETURN. "Return to original report after report execution complete
SUBMIT RKCCOLT1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_ASPECT = D Aspect
Selection Text: P_CONVRT = Automatic adjustment
Selection Text: P_FORM = D Form
Selection Text: P_OVERWR = Replace existing layouts
Title: Copy actual data layouts as planning layouts


INCLUDES used within this REPORT RKCCOLT1

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RKC_ASPET_POPUP CALL FUNCTION 'RKC_ASPET_POPUP' EXPORTING disp = space status = 'A' IMPORTING aspet = p_aspect EXCEPTIONS OTHERS = 1.

HELP_FORM_VALUES_GET CALL FUNCTION 'HELP_FORM_VALUES_GET' EXPORTING i_applclass = applclass i_form = p_form i_subclassf = subclass_act i_tabname = tabname i_txtmt = '' IMPORTING e_form = p_form.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

RKC_COPY_ACTLAY_TO_PLANLAYOUT CALL FUNCTION 'RKC_COPY_ACTLAY_TO_PLANLAYOUT' EXPORTING aspect = p_aspect form = p_form EXCEPTIONS OTHERS = 1.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'K6' msgty = 'E' txtnr = 122.

RKC_COPY_ACTLAY_TO_PLANLAYOUT CALL FUNCTION 'RKC_COPY_ACTLAY_TO_PLANLAYOUT' EXPORTING aspect = p_aspect form = form_act EXCEPTIONS OTHERS = 1.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'K6' msgty = 'E' txtnr = 122.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'K6' msgty = 'E' msgv1 = p_form txtnr = 123.

RKC_COPY_ACTLAY_TO_PLANLAYOUT CALL FUNCTION 'RKC_COPY_ACTLAY_TO_PLANLAYOUT' EXPORTING aspect = p_aspect form = p_form EXCEPTIONS OTHERS = 1.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'K6' msgty = 'E' txtnr = 122.

RKC_COPY_ACTLAY_TO_PLANLAYOUT CALL FUNCTION 'RKC_COPY_ACTLAY_TO_PLANLAYOUT' EXPORTING aspect = p_aspect form = form_act EXCEPTIONS OTHERS = 1.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'K6' msgty = 'E' msgv1 = form_act txtnr = 122.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING count = count.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW'.



Contribute (Add Comments)

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 RKCCOLT1 or its description.