Quantcast
Channel: SCN: Message List - Business Content and Extractors
Viewing all articles
Browse latest Browse all 5631

Re: How to Pull data from table RESB/PKHD/CAUFV Table

$
0
0

Hi,

 

Mean lots of fields have SELECTION as A at table ROOSFIELD then you can make them as visible by using below sample code.

 

EPORT  ZREPORT.

Tables: ROOSFIELD.

SELECT SINGLE * FROM ROOSFIELD WHERE OLTPSOURCE = '<data source name>' AND

OBJVERS = 'A' AND FIELD ='<field name>'.

IF SY-SUBRC = 0.

ROOSFIELD-SELECTION ='P'.

MODIFY ROOSFIELD.

ENDIF.

 

Above code will work for single field, as per your requirement you can add more fields with help of abaper and make them as visible(SELECTION = P).

 

Thanks


Viewing all articles
Browse latest Browse all 5631

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>