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: 

FAQ's plz try to answer them

Former Member
0 Kudos

10. select * from vbrp where vbeln = '1000'.

...............

.................

Endselect.

Suppose sy-subrc ne 0 then how many times will select..... endselect get executed??

13. How to find out the table names, if you know the field name from the structure

14. How to find out a module functional module requirement name related to spool requirement

1 REPLY 1

Former Member
0 Kudos

hi Santosh,

It will execute only once if the sy-subrc ne 0. it will return other than 0 only when no record found.

to search for the field in table for a field in structure, use where used list option in tool bar and in next screen, select only tables. It will give you the table names where that field is.

shylesh