Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

query cannot be written directly in PBO

chethankyadav
Explorer
0 Kudos

Hi,

I have a doubt that after creating a screen, in PBO without creating a module if we write select query it shows "Unprocessed components with POSIT".

I wanted to know why this message is triggered.

I have created a module after PBO and write the same logic there, the same message is triggered.

1 ACCEPTED SOLUTION

bertrand_delvallee
Active Participant

Hello,

Simply because BPO and PAI blocks are not in ABAP langage. So you can't use ABAP statements in this blocks. Only a few key words are authorized in dynpro flow logic.

https://help.sap.com/http.svc/rc/abapdocu_750_index_htm/7.50/en-US/abendynpro_flow_logic_glosry.htm

Best regards

Bertrand

2 REPLIES 2

bertrand_delvallee
Active Participant

Hello,

Simply because BPO and PAI blocks are not in ABAP langage. So you can't use ABAP statements in this blocks. Only a few key words are authorized in dynpro flow logic.

https://help.sap.com/http.svc/rc/abapdocu_750_index_htm/7.50/en-US/abendynpro_flow_logic_glosry.htm

Best regards

Bertrand

0 Kudos

Thanks Bertrand, Let me check on this.