Standard Function Module : BDC , Miscellaneous ,File , Calender

(1) BDC (i)BDC_RECORD_PLAY Run A BDC Session using a Session name and the QID(ii)BDC_RECORD_FUNCTION_CREATE Create a FM for that BDC recording.(iii)BDC_RECORD_DATA_CREATE Creating test data for BDC.(iv)ENQUEUE_BDC_QID (v)BDC_START_GROUP Calling a BDC QID: 1. First we need to ENQUEUE the BDC using QID using the FM ‘ENQUEUE_BDC_QID’ 2.To run in background we need to open a JOB … Read more

Standard Function Module :- text processing,Workflow,Smartforms/Sapscript,SD,Application Log Maintenance

(1) Miscellaneous (i)VIEW_MAINTENANCE_CALL Call of the complete maintenance dialog- just like SM30 (ii)ABAP_DOCU_DOWNLOAD Download ABAP documentation in HTML format. (iii)AUTHORITY_CHECK_TCODE checks whether a user has authorisation to a transaction. (iv)STATUS_TEXT_EDIT This gets the statuses of the document like Work Orders. (v)WFMC_MESSAGE_SINGLE Pass the NAST as the parameter and get the print. (vi)FIEB_PASSWORD_ENCRYPT (vi)FIEB_PASSWORD_DECRYPT (2)Text Processing … Read more

SAP Standard Function Module-Selection Screen ,System Information

(1) Selection Screen (a)F4IF_INT_TABLE_VALUE_REQUEST *New “This FM gives an F4 help for a parameter/select-option for a field which doesnot have a valuetable in DDIC. The FM can be used as under: CALL FUNCTION ‘F4IF_INT_TABLE_VALUE_REQUEST’EXPORTINGretfield = inttable field name within quotesvalue_org = ‘S’TABLESvalue_tab = fetched values of parnrreturn_tab = any int.table of this typeEXCEPTIONSparameter_error = 1no_values_found … Read more