Decode CLUSTD #272
            
              Decode CLUSTD
            
            #272
          
          
        -
| 
         Hi, is there a feature to decode the CLUSTD column of SAP, typically we use read_text method. Thanks  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            bsrdjan
          
      
      
        Apr 18, 2022 
      
    
    Replies: 2 comments 2 replies
-
| 
         Hi, Can anyone please answer this question, sorry I may have less knowledge on ABAP.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            -
| 
         The   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        bsrdjan
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
The
READ_TEXTfunction module is not remote enabled (flag not set) and can't be called via RFC protocol, neither from ABAP, nor from Python. ABAP developer can provide a RFC enabled wrapper, that can be called via RFC and internally callingREAD_TEXT.