SAP REAJ_GUI_PROCESS_TASK_CEA_PBO Function Module for
REAJ_GUI_PROCESS_TASK_CEA_PBO is a standard reaj gui process task cea pbo SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used to perform a specific ABAP function and below is the pattern details, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.
See here to view full function module documentation and code listing for reaj gui process task cea pbo FM, simply by entering the name REAJ_GUI_PROCESS_TASK_CEA_PBO into the relevant SAP transaction such as SE37 or SE38.
Function Group: REAJ_GUI_PROCESS_TASK
Program Name: SAPLREAJ_GUI_PROCESS_TASK
Main Program: SAPLREAJ_GUI_PROCESS_TASK
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:

Function REAJ_GUI_PROCESS_TASK_CEA_PBO pattern details
In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.CALL FUNCTION 'REAJ_GUI_PROCESS_TASK_CEA_PBO'".
EXPORTING
* ID_ACTIVITY = "
* IS_NAVIGATION = "
* IF_INCLEMPTY = ABAP_TRUE "
* IF_POPUP = ABAP_FALSE "Dialog Box
* IF_DARK = ABAP_FALSE "
* IT_NOTE = "Memo
* IF_CONTINUE = ABAP_FALSE "Continuation
* IF_SIMULATION = ABAP_FALSE "Simulation
* ID_PROCESSTCD = "Process
* ID_ADJMMETH = "Adjustment Method
* ID_CEA_MAIN = "Adjustment Measure
* ID_CEA_PARTIAL = "Adjustment Measure
* ID_CEA_ADDITIONAL = "Adjustment Measure
* IT_RANGE = "Ranges for Saving Selection Screen Values
IMPORTING
ES_SUBSCREEN = "Screen
EF_ADJMDIRECTACTI = "Indicator: Activate Adjustment Directly
ED_ADJMANNOUNCEDATE = "Notification Date
EF_ADJMDIRECTANNO = "Notified Directly of Adjustment
EF_FOUND = "Found?
EF_POPUP_CANCEL = "Termination?
ET_NOTE = "Memo
ET_RANGE = "Ranges for Saving Selection Screen Values
ET_METHOD = "Adjustment Method (TIVAJMETH)
ED_PROCESSEXTID = "External Identification Process
ED_PROCESSTITLE = "Process Description
ED_PROCESSMODE = "Adjustment Method
EF_CONTRACT = "
EF_FOLLOW_CONTRACT = "
ED_DUEDATEUP = "Due Date for Follow-Up Postings
EXCEPTIONS
ERROR = 1
IMPORTING Parameters details for REAJ_GUI_PROCESS_TASK_CEA_PBO
ID_ACTIVITY -
Data type: RECA1_ACTIVITYOptional: Yes
Call by Reference: Yes
IS_NAVIGATION -
Data type: REAJ_NAVIGATIONOptional: Yes
Call by Reference: Yes
IF_INCLEMPTY -
Data type: RECABOOLDefault: ABAP_TRUE
Optional: Yes
Call by Reference: Yes
IF_POPUP - Dialog Box
Data type: RECABOOLDefault: ABAP_FALSE
Optional: Yes
Call by Reference: Yes
IF_DARK -
Data type: RECABOOLDefault: ABAP_FALSE
Optional: Yes
Call by Reference: Yes
IT_NOTE - Memo
Data type: RE_T_TEXTLINEOptional: Yes
Call by Reference: Yes
IF_CONTINUE - Continuation
Data type: RECABOOLDefault: ABAP_FALSE
Optional: Yes
Call by Reference: Yes
IF_SIMULATION - Simulation
Data type: RECABOOLDefault: ABAP_FALSE
Optional: Yes
Call by Reference: Yes
ID_PROCESSTCD - Process
Data type: SYTCODEOptional: Yes
Call by Reference: Yes
ID_ADJMMETH - Adjustment Method
Data type: REAJADJMMETHOptional: Yes
Call by Reference: Yes
ID_CEA_MAIN - Adjustment Measure
Data type: REAJADJMTASKIDOptional: Yes
Call by Reference: Yes
ID_CEA_PARTIAL - Adjustment Measure
Data type: REAJADJMTASKIDOptional: Yes
Call by Reference: Yes
ID_CEA_ADDITIONAL - Adjustment Measure
Data type: REAJADJMTASKIDOptional: Yes
Call by Reference: Yes
IT_RANGE - Ranges for Saving Selection Screen Values
Data type: RE_T_RANGEOptional: Yes
Call by Reference: Yes
EXPORTING Parameters details for REAJ_GUI_PROCESS_TASK_CEA_PBO
ES_SUBSCREEN - Screen
Data type: RECASCREENOptional: No
Call by Reference: Yes
EF_ADJMDIRECTACTI - Indicator: Activate Adjustment Directly
Data type: REAJ_STEP_PARAM-ADJMDIRECTACTIOptional: No
Call by Reference: Yes
ED_ADJMANNOUNCEDATE - Notification Date
Data type: REAJ_STEP_PARAM-ADJMANNOUNCEDATEOptional: No
Call by Reference: Yes
EF_ADJMDIRECTANNO - Notified Directly of Adjustment
Data type: REAJ_STEP_PARAM-ADJMDIRECTANNOOptional: No
Call by Reference: Yes
EF_FOUND - Found?
Data type: RECABOOLOptional: No
Call by Reference: Yes
EF_POPUP_CANCEL - Termination?
Data type: RECABOOLOptional: No
Call by Reference: Yes
ET_NOTE - Memo
Data type: RE_T_TEXTLINEOptional: No
Call by Reference: Yes
ET_RANGE - Ranges for Saving Selection Screen Values
Data type: RE_T_RANGEOptional: No
Call by Reference: Yes
ET_METHOD - Adjustment Method (TIVAJMETH)
Data type: RE_T_METHODOptional: No
Call by Reference: Yes
ED_PROCESSEXTID - External Identification Process
Data type: RECA_PROCESS_ID-PROCESSEXTIDOptional: No
Call by Reference: Yes
ED_PROCESSTITLE - Process Description
Data type: RECA_PROCESS_ID-TITLEOptional: No
Call by Reference: Yes
ED_PROCESSMODE - Adjustment Method
Data type: REAJPROCMODEOptional: No
Call by Reference: Yes
EF_CONTRACT -
Data type: REAJ_STEP_PARAM-ADJMOCCUPYCNOptional: No
Call by Reference: Yes
EF_FOLLOW_CONTRACT -
Data type: REAJ_STEP_PARAM-CNFOLLOWOptional: No
Call by Reference: Yes
ED_DUEDATEUP - Due Date for Follow-Up Postings
Data type: REAJ_STEP_PARAM-DUEDATEUPOptional: No
Call by Reference: Yes
EXCEPTIONS details
ERROR - Errors
Data type:Optional: No
Call by Reference: Yes
Copy and paste ABAP code example for REAJ_GUI_PROCESS_TASK_CEA_PBO Function Module
The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.| DATA: | ||||
| lv_error | TYPE STRING, " | |||
| lv_id_activity | TYPE RECA1_ACTIVITY, " | |||
| lv_es_subscreen | TYPE RECASCREEN, " | |||
| lv_is_navigation | TYPE REAJ_NAVIGATION, " | |||
| lv_ef_adjmdirectacti | TYPE REAJ_STEP_PARAM-ADJMDIRECTACTI, " | |||
| lv_if_inclempty | TYPE RECABOOL, " ABAP_TRUE | |||
| lv_ed_adjmannouncedate | TYPE REAJ_STEP_PARAM-ADJMANNOUNCEDATE, " | |||
| lv_if_popup | TYPE RECABOOL, " ABAP_FALSE | |||
| lv_ef_adjmdirectanno | TYPE REAJ_STEP_PARAM-ADJMDIRECTANNO, " | |||
| lv_if_dark | TYPE RECABOOL, " ABAP_FALSE | |||
| lv_ef_found | TYPE RECABOOL, " | |||
| lv_it_note | TYPE RE_T_TEXTLINE, " | |||
| lv_ef_popup_cancel | TYPE RECABOOL, " | |||
| lv_et_note | TYPE RE_T_TEXTLINE, " | |||
| lv_et_range | TYPE RE_T_RANGE, " | |||
| lv_if_continue | TYPE RECABOOL, " ABAP_FALSE | |||
| lv_et_method | TYPE RE_T_METHOD, " | |||
| lv_if_simulation | TYPE RECABOOL, " ABAP_FALSE | |||
| lv_id_processtcd | TYPE SYTCODE, " | |||
| lv_ed_processextid | TYPE RECA_PROCESS_ID-PROCESSEXTID, " | |||
| lv_id_adjmmeth | TYPE REAJADJMMETH, " | |||
| lv_ed_processtitle | TYPE RECA_PROCESS_ID-TITLE, " | |||
| lv_id_cea_main | TYPE REAJADJMTASKID, " | |||
| lv_ed_processmode | TYPE REAJPROCMODE, " | |||
| lv_ef_contract | TYPE REAJ_STEP_PARAM-ADJMOCCUPYCN, " | |||
| lv_id_cea_partial | TYPE REAJADJMTASKID, " | |||
| lv_id_cea_additional | TYPE REAJADJMTASKID, " | |||
| lv_ef_follow_contract | TYPE REAJ_STEP_PARAM-CNFOLLOW, " | |||
| lv_it_range | TYPE RE_T_RANGE, " | |||
| lv_ed_duedateup | TYPE REAJ_STEP_PARAM-DUEDATEUP. " |
|   CALL FUNCTION 'REAJ_GUI_PROCESS_TASK_CEA_PBO' " |
| EXPORTING | ||
| ID_ACTIVITY | = lv_id_activity | |
| IS_NAVIGATION | = lv_is_navigation | |
| IF_INCLEMPTY | = lv_if_inclempty | |
| IF_POPUP | = lv_if_popup | |
| IF_DARK | = lv_if_dark | |
| IT_NOTE | = lv_it_note | |
| IF_CONTINUE | = lv_if_continue | |
| IF_SIMULATION | = lv_if_simulation | |
| ID_PROCESSTCD | = lv_id_processtcd | |
| ID_ADJMMETH | = lv_id_adjmmeth | |
| ID_CEA_MAIN | = lv_id_cea_main | |
| ID_CEA_PARTIAL | = lv_id_cea_partial | |
| ID_CEA_ADDITIONAL | = lv_id_cea_additional | |
| IT_RANGE | = lv_it_range | |
| IMPORTING | ||
| ES_SUBSCREEN | = lv_es_subscreen | |
| EF_ADJMDIRECTACTI | = lv_ef_adjmdirectacti | |
| ED_ADJMANNOUNCEDATE | = lv_ed_adjmannouncedate | |
| EF_ADJMDIRECTANNO | = lv_ef_adjmdirectanno | |
| EF_FOUND | = lv_ef_found | |
| EF_POPUP_CANCEL | = lv_ef_popup_cancel | |
| ET_NOTE | = lv_et_note | |
| ET_RANGE | = lv_et_range | |
| ET_METHOD | = lv_et_method | |
| ED_PROCESSEXTID | = lv_ed_processextid | |
| ED_PROCESSTITLE | = lv_ed_processtitle | |
| ED_PROCESSMODE | = lv_ed_processmode | |
| EF_CONTRACT | = lv_ef_contract | |
| EF_FOLLOW_CONTRACT | = lv_ef_follow_contract | |
| ED_DUEDATEUP | = lv_ed_duedateup | |
| EXCEPTIONS | ||
| ERROR = 1 | ||
| . " REAJ_GUI_PROCESS_TASK_CEA_PBO | ||
ABAP code using 7.40 inline data declarations to call FM REAJ_GUI_PROCESS_TASK_CEA_PBO
The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.| "SELECT single ADJMDIRECTACTI FROM REAJ_STEP_PARAM INTO @DATA(ld_ef_adjmdirectacti). | ||||
| DATA(ld_if_inclempty) | = ABAP_TRUE. | |||
| "SELECT single ADJMANNOUNCEDATE FROM REAJ_STEP_PARAM INTO @DATA(ld_ed_adjmannouncedate). | ||||
| DATA(ld_if_popup) | = ABAP_FALSE. | |||
| "SELECT single ADJMDIRECTANNO FROM REAJ_STEP_PARAM INTO @DATA(ld_ef_adjmdirectanno). | ||||
| DATA(ld_if_dark) | = ABAP_FALSE. | |||
| DATA(ld_if_continue) | = ABAP_FALSE. | |||
| DATA(ld_if_simulation) | = ABAP_FALSE. | |||
| "SELECT single PROCESSEXTID FROM RECA_PROCESS_ID INTO @DATA(ld_ed_processextid). | ||||
| "SELECT single TITLE FROM RECA_PROCESS_ID INTO @DATA(ld_ed_processtitle). | ||||
| "SELECT single ADJMOCCUPYCN FROM REAJ_STEP_PARAM INTO @DATA(ld_ef_contract). | ||||
| "SELECT single CNFOLLOW FROM REAJ_STEP_PARAM INTO @DATA(ld_ef_follow_contract). | ||||
| "SELECT single DUEDATEUP FROM REAJ_STEP_PARAM INTO @DATA(ld_ed_duedateup). | ||||
Search for further information about these or an SAP related objects