I had a requirement that i need to find out hou many fields are there in the screen.
Please help me out how it is possible and if it very much helpfull if u give the function module or the respective information.
could you be a little more precise on what type of fields (inputable, all) you need to count and why you need that information?
At the moment I can't imagine any use for that.
Maybe you could LOOP through the system table SCREEN within PBO to count the fields.
Gruß
Ereglam
May the Force be with your code || .| |.|| | .... . ..|. ||| .|. |.|. . |... . .|| .. | .... |.|| ||| ..| .|. |.|. ||| |.. .
Thanks for the reply Ereglam. (Danke Schon)(Ich Kann ein bisschen Deutsch)
I will explain the problem briefly.
In the module pool, I am having two tabstrips.
First tab is for selection screen.
second tab i am calling a standard subscreen.
Based on the selection screen document types,(there are more than 30 document types)
i am changing the second tab standard subscreen.
What is the problem i am facing now is,My client wants to add a checkbox before each of the field in the standard screen for some functionality.
What i had planned is get the no of fields in the standard subscreen and i need to create checkbox dynamically (is it possible?).
I think now it is pretty clear.
Could you please suggest some other solutions to solve the problem.