<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Function code description in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134802#M1190159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run your report, go to System-&amp;gt;Status&lt;/P&gt;&lt;P&gt;You cna see, "Satus interfase", and his value (%_00  may be), doble click in that value, and you go to menu painter, then you can see what you want.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2009 11:33:43 GMT</pubDate>
    <dc:creator>LucianoBentiveg</dc:creator>
    <dc:date>2009-02-05T11:33:43Z</dc:date>
    <item>
      <title>Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134794#M1190151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  In standrad ABAP report program i found code like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-batch IS INITIAL AND&lt;/P&gt;&lt;P&gt;     ( sscrfields-ucomm = 'ONLI' OR sscrfields-ucomm = 'PRIN' ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i want to know the Meaning of 'ONLI' and 'PRIN'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function code descripton .. ?or when 'ONLI' triger what action wil perform?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any table for Function codes..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134794#M1190151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134795#M1190152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bro....&lt;/P&gt;&lt;P&gt;'ONLI' is the value of sy-ucomm or sscrfields-ucomm if user press F8 on selection screen or execute the program.&lt;/P&gt;&lt;P&gt;'PRIN' is the value of sy-ucomm or sscrfields-ucomm when user give command to print&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;at run time sy-ucomm or sscrfields-ucomm hold the value of it&lt;/P&gt;&lt;P&gt;Edited by: Mohit Kumar on Feb 5, 2009 12:25 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mohit Kumar on Feb 5, 2009 12:27 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134795#M1190152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134796#M1190153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Upender&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-ucomm 'ONLI' means the user has pressed Execute.&lt;/P&gt;&lt;P&gt;PRIN means Prnit command has been given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-batch initial means the program is being run in foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pushpraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134796#M1190153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134797#M1190154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ONLI' is the function code associated with function key F8,so,when  u press F8 ,sy-ucomm holds this value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:26:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134797#M1190154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134798#M1190155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;ONLI is the function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are several other such function codes ex BU , BS, REFH which you find in various transactions.&lt;/P&gt;&lt;P&gt;You can get the function codes for a specific transaction using recording .&lt;/P&gt;&lt;P&gt;goto SHDB--&amp;gt; new recording --&amp;gt; transaction name. complete the navigation through out the transaction . You return to the BDC recording where you find list of several codes and values displayed across five columns.&lt;/P&gt;&lt;P&gt;check for BDC_OKCODE where you find various functions code performed at each screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is informative....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134798#M1190155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134799#M1190156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ONLI' = Execute &lt;/P&gt;&lt;P&gt; 'PRIN'  is when user presses a function key that contains the function code PFn in the interface definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it answers your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Natasha Garg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134799#M1190156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134800#M1190157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code under if will be triggered if the program is running in foreground and execute (F8) or Print command is issued.&lt;/P&gt;&lt;P&gt;If you check in debugging you'll see F8 (execute) sy-ucomm will have value ONLI and Print will have function code PRIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134800#M1190157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134801#M1190158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Upender,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function code 'ONLI' is to catch execute click,&lt;/P&gt;&lt;P&gt;and 'PRIN' is for printing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:30:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134801#M1190158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134802#M1190159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run your report, go to System-&amp;gt;Status&lt;/P&gt;&lt;P&gt;You cna see, "Satus interfase", and his value (%_00  may be), doble click in that value, and you go to menu painter, then you can see what you want.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134802#M1190159</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2009-02-05T11:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134803#M1190160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sy-ucomm 'ONLI' means the user has pressed Execute(F8).&lt;/P&gt;&lt;P&gt;PRIN means Prnit command has been given.&lt;/P&gt;&lt;P&gt;at run time sy-ucomm or sscrfields-ucomm hold the value of it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check in debugging for  F8 (execute) sy-ucomm will have value ONLI and Print will have function code PRIN.&lt;/P&gt;&lt;P&gt;So instead of calling explicitly we give sy-ucomm as 'ONLI' or 'PRIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134803#M1190160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134804#M1190161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the standard fucntion codes and the corresponding texts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%ML                  Folder                                      
%PC                  Local file...                               
%PC                  Local file...                               
%SC                  Find                                        
%SC+                 Find next                                   
%SL                  Mail recipient                              
%SL                  Mail recipient                              
&amp;amp;ABC                 ABC analysis                                
&amp;amp;ABC                 ABC analysis                                
&amp;amp;ABC                 ABC analysis                                
&amp;amp;ALL                 Select all                                  
&amp;amp;ALL                 Select all                                  
&amp;amp;AQW                 Word processing...                          
&amp;amp;AQW                 Word processing...                          
&amp;amp;AUF                 Define totals dri...                        
&amp;amp;AUF                 Define drilldown...                         
&amp;amp;AUF                 Define totals drilldown...                  
&amp;amp;AVE                 Save...                                     
&amp;amp;AVE                 Save layout...                              
&amp;amp;AVE                 Save layout...                              
&amp;amp;AVR                 Mean value                                  
&amp;amp;CDF                 Unfreeze columns                            
&amp;amp;CFI                 Freeze to column                         
&amp;amp;CRB                 First column                             
&amp;amp;CRDESIG             Crystal Reports D...                     
&amp;amp;CRDESIG             Crystal Reports Designer                 
&amp;amp;CRE                 Last column                              
&amp;amp;CRL                 Column left                              
&amp;amp;CRR                 Column right                             
&amp;amp;CRTEMPL             Crystal Reports file                     
&amp;amp;DATA_SAVE           Save                                     
&amp;amp;DAU                 Automatic separator                      
&amp;amp;DOF                 Separator always off                     
&amp;amp;DON                 Separator always on                      
&amp;amp;DQS                 Display Quality R...                     
&amp;amp;EB9                 Call up report...                        
&amp;amp;ELP                 Help                                     
&amp;amp;ERW                 Layout Managemen                         
&amp;amp;ERW                 Layout Management                        
&amp;amp;ETA                 Details                                  
&amp;amp;F03                 Back                                     
&amp;amp;F12                 Cancel                                   
&amp;amp;F15                 Exit                                     
&amp;amp;F4                  Possible entries                         
&amp;amp;GRAPH               Graphic                             
&amp;amp;GRAPH               Graphic                             
&amp;amp;IC1                 Choose                              
&amp;amp;ILD                 Delete filter                       
&amp;amp;ILT                 Set filter                          
&amp;amp;ILT                 Set filter                          
&amp;amp;INFO                Information                         
&amp;amp;KOM                 Choose...                           
&amp;amp;LFO                 List status...                      
&amp;amp;LFO                 List status...                      
&amp;amp;LIS                 Basic list                          
&amp;amp;MAX                 Maximum                             
&amp;amp;MIN                 Minimum                             
&amp;amp;NFO                 Selections...                       
&amp;amp;NTE                 Refresh                             
&amp;amp;OAD                 Choose...                           
&amp;amp;OAD                 Select layout...                    
&amp;amp;OAD                 Select layout...                    
&amp;amp;ODN                 Sort in descendin...                
&amp;amp;ODN                 Sort in descending order            
&amp;amp;OL0                 Change layout...                    
&amp;amp;OLX                 Change...                           
&amp;amp;OMP                 Collapse                   
&amp;amp;OPT                 Optimize width             
&amp;amp;OUP                 Sort in ascending...       
&amp;amp;OUP                 Sort in ascending order    
&amp;amp;REFRESH             Refresh                    
&amp;amp;RNT                 Print                      
&amp;amp;RNT_PREV            Print preview              
&amp;amp;RNT_PREV            Print preview              
&amp;amp;SAL                 Deselect all               
&amp;amp;SAL                 Deselect all               
&amp;amp;SAL                 Deselect all               
&amp;amp;SAV                 Save                       
&amp;amp;SUM                 Subtotals...               
&amp;amp;SUM                 Subtotals...               
&amp;amp;UMC                 Total                      
&amp;amp;UMC                 Total                      
&amp;amp;VCRYSTAL            Crystal Reports            
&amp;amp;VEXCEL              Microsoft Excel            
&amp;amp;VEXCEL              Microsoft Excel            
&amp;amp;VGRID               SAP List Viewer            
&amp;amp;XINT                Extended storage ...       
&amp;amp;XINT                Extended storage of SAP Query      
&amp;amp;XPA                 Expand                             
&amp;amp;XXL                 Spreadsheet...                     
&amp;amp;XXL                 Spreadsheet...                     
CARR                 REDETERMINE CARRIER                
CREA                 CREATE ALLOCATION                  
DESELECT             Deselect All                       
DSCT                 Deselect ALL                       
DSEL                 Deselect all                       
LEGEND               Legend Details                     
LEGEND               Legend Details                     
ONLI                 Online                             
P                    First page                         
P+                   Next Page                          
P+                   Next page                          
P++                  Last Page                          
P++                  Last page                          
P-                   Prev Page                          
P-                   Previous page                      
P                    First Page                         
P                    First page                         
PRINT                F8 Create PDS        
PRNT                 Create PDS           
SALL                 Select all           
SDEL                 Deselect All         
SELA                 Select All           
SELECT               SELECT ALL           
SLCT                 SELECT ALL&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this all info you can see thru goto &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SE38 choose any program where you have maintained GUI status i.e. menu ( in change mode if possible )--&amp;gt; find for set pf_status --&amp;gt;Double click on the pf_status object--&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;then choose menu path by placing cursor position &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;" Function Keys "&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; on any empty row and then &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Edit--&amp;gt;Insert--&amp;gt;Function with dynamic text&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; .&lt;/P&gt;&lt;P&gt;there you will get small window with F4 option available for Function. then press F4 option .there you can see alll possible function ocdes with texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Parvathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2009 11:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134804#M1190161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-05T11:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function code description</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134805#M1190162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing BDC to run the transaction CJI3 and export the ALV output to local file. But while processing the BDC Function code %PC to export the Local file is not taken. And itu2019s giving error as u201CFunction code cannot be selected".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help me what is the function code I need to use? I am using currently as %PC. And the recording is below:&lt;/P&gt;&lt;P&gt;SAPLSLVC_FULLSCREEN                     	0500	X                                                                                &lt;/P&gt;&lt;P&gt;0000	 	BDC_OKCODE                                                                                =%PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satheesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jan 2011 10:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-description/m-p/5134805#M1190162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-10T10:49:19Z</dc:date>
    </item>
  </channel>
</rss>

