Change in the ALV Subtotal for the display & print In the post, , we have seen how we can change the Subtotal on the Classical ALV. Today, we will see how we can set the subtotal in the ALV display and the print function – Print Preview & Print. We will use the event…
This is one of my published blogs on the SAP Community Network. This blog show a way to generate the formatted excel files using the XML. From release 620, ABAP has provided us a way to transform our data using the XML transformation. We can very use the XML to generate the formatted Excel File….
Shows how to get the contents of the NOTE attachements You can find all of these discussions at . Today, we will see how to get the contents of the NOTE attachements. Sometimes, we need to give the options for the attachement List when we design the some application with GOS toolbar. We will use…
Shows how to get the Attachement details attached to the GOS toolbar You can find all of these discussions at . Today, we will see how to get the attachement details. We will use the static method READ_LINKS from the class CL_BINARY_RELATION. We have to pass what kind of the objects we want to get…
Shows the code for how to add Generic Object service Toolbar in the Z program You can find all of these discussions at . Today, we will see how to get the GOS toolbar in the custom Report. GOS toolbar works on the Business Object. To be able get GOS toolbar, we need to have…
Describes a way to create a dynamic internal table from coding. This is also can be used when RTTS is not supported or class CL_ALV_TABLE_CREATE is not available. You can find all Dynamic ITAB discussions at . Recently, one of my friends asked me for the solution to create Internal Table. The problem was his…