Error during subscreen call

Problem: when calling a screen containing a subscreen you receive „CALL SUBSCREEN <report name> <screen number> NO_DYNPRO_NUMBER” error. Something like presented on below image.

Solution: solution is so simple that I have spent almost an hour looking for it…

What you need to, is to change your CALL SUBSCREEN <subscreen control> INCLUDING <program> <subscreen number>. to CALL SUBSCREEN <subscreen control> INCLUDING <program> '<subscreen number>’. – simply add apostrophes to the subscreen number.

Komentowanie jest zakończone.