Enhanced Table Maintenance with Automatic Change Recording

Table maintenance generator is very powerful tool to generate simple data entry screen for tables. For tables which store configuration data i.e. rarely modified it not worth spending time creating module pool program for data entry. Table maintenance generator also gives programmer opportunity to modify …

Select Option in Module Pool Program

module pool sap select option selection screen

In report programming system automatically build screen controls based on selection screen definition. In theory, all elements of selection screen can be built in module pool screen but it would require astronomical level of effort specially to mimic select options. Incidentally, there is an easy …

Convert ITCPO Structure into Smartform Control Tables

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’.