Content The "Changes" report shows the master data changes within the last 12 months for the selected customers, sorted by date in descending order. |
|
Data acquisition and layout We use the output of the SAP report RFDABL00_NACC". No own ABAP coding is required, since we can can set the parameters for the report in VB.NET and get the output back in HTML format. You can define the color scheme for the HTML output of ABAP reports in the SAP system. We first use the original SAP layout. In general, the direct display of an ABAP report is a very quick way to provide existing functionality as a CIS mobile report, which includes SAP standard reports as well as your own ABAP evaluations already developed by you. Even though the layout is usually not optimal for smaller mobile devices, this has made the information available.
Vb.net
However, with this the output still looks a bit pale:
Request data it then says Request data
You can also define a pure black and white design "ZZ_CIS_GRAY" (see next section), which is good for printing:
Call then with Request data
|
|
Customize
the standard HTML layout for ABAP reports in SAP-Systems CIS mobile uses the function blocks of the "Web Reporting" im SAP-Systems. You can find a description e.g. in Web Reporting It is not necessary to activate the Web Reporting environment (ICF Service of the ITS), because CIS mobile calls the function modules for generating the HTML reports directly, not via a Web Service. To create your own layout, proceed as follows (see also Attributes for web reporting Start transaction SMW0, press F8 (search) there.
Enter the SAP standard template WEBREPORTING_REPORT as name, then F8.
We do not change the default template, but create a copy. To do this, select the line with WEBREPORTING_REPORT and press the Copy button.
As name e.g. ZZ_CIS_GRAY:
Then go back and enter ZZ_CIS_GRAY as the object name. Select the line with ZZ_CIS_GRAY and click "Change". The reporting template is displayed:
We delete everything except the <!listbody!> line and then save.
Next, click the icon for "Attributes" in the toolbar, or Ctrl F9:
Here you can define the desired colors as RGB values,e.g. turn everything into shades of gray. The description of this at SAP: Attributes for Web Reporting Templates
|
|
Additional Parameters No Additional Parameters. |