cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot select Predefined types while creating Container elements

Former Member
0 Kudos

Hi,

I am Practicing the Work flow "Notification of absence".

In the tutorial it is given that for the activity APPROVE to create a Container Element.

I was to create the container element Approver .

The APPROVER must be of Predefined type AGENTS

But when I select the Predefined button in the Popu screen for crerating elemnts the List is getting displayed but when I am selecting the AGENTS I am receving a status messgae SELCET A LINE

How to solve this

Please help.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Internally, the class CL_GUI_ALV_GRID is using Get_Selected_Rows method and it's not returning any result. That's why you get that message. It could be a program error.

To simplify, just copy the line ( ctrly and ctrlc ) and then paste it in fields of ABAP Dict. Reference (if it's a structure) or ABAP Dict. Data Type (if it's a type).

Regards,