SD Table Access – SAP Note 185530
Read SAP Note 185530 before developing new SD report or if your SD report is running slow.
Read SAP Note 185530 before developing new SD report or if your SD report is running slow.
Whenever I get opportunity I convert sapscripts to smartforms and this function module SSF_MAP_ITCPO_TO_SFOPTIONS comes in handy to convert sapscript ‘Print Options’ into smartforms control parameters. It make life easy by automatically filling values in smartforms control parameters based on existing sap script ‘Print Options’.
You can use this method to copy program between two SAP systems which are totally isolated i.e. there is no transport route setup between them.
SAP ECC does not support sftp this is how I managed to achieve sftp communication using open source Winscp sftp client. Note that we have SAP server installed on Windows 2003 server and you will have to adapt some steps for other server OS.
ALV functionality in a Web Dynpro is implemented using SALV_WD_TABLE Web Dynpro component. This blog explains steps you need to add ALV in Web Dynpro Component.