File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 191191                  "default" : " sourceStructure" 
192192                },
193193                "name" : {
194-                   "title" : " Name/Value"  ,
195-                   "description" : " Name/Value"  ,
194+                   "title" : " Name"  ,
195+                   "description" : " Name"  ,
196+                   "type" : " string" 
197+                 },
198+                 "value" : {
199+                   "title" : " Value"  ,
200+                   "description" : " Value"  ,
196201                  "type" : " string" 
197202                }
198203              },
Original file line number Diff line number Diff line change @@ -48,10 +48,13 @@ INTERFACE zif_aff_aifa_v1
4848    BEGIN OF  ty_field_to_check,
4949      "! <p class="shorttext">Type</p> 
5050      "! Type 
51-       type TYPE  ty_field_type,
52-       "! <p class="shorttext">Name/Value</p> 
53-       "! Name/Value 
54-       name TYPE  string ,
51+       type   TYPE  ty_field_type,
52+       "! <p class="shorttext">Name</p> 
53+       "! Name 
54+       name   TYPE  string ,
55+       "! <p class="shorttext">Value</p> 
56+       "! Value 
57+       value TYPE  string ,
5558    END OF  ty_field_to_check,
5659    "! <p class="shorttext">Fields To Check</p> 
5760    "! Fields to check 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments