Describes the way to handle the added service in the Generic Object service Toolbar You can find all of these discussions at . Today we will see how to call our custom business logic in the added new Service in GOS Toolbar. To be able to process custom logic in the GOS toolbar service, we…
Eloborates the option to add a new Menu Entry in the GOS toolbar Generic Object Services (GOS) Toolbar offers the functions which are common to many SAP applications. This powerful toolbar provides much functionality like create attachments, notes, mails; send mails; list attachments and many more. You can find more functionality on Generic Object Services…
Shows the way to display the report output in the same selection screen using Docking Container and SLAV 2D Table display with minimal coding Preface I was searching for the option to display the report output on the same selection-screen from quite a long time. SDN Forum thread How can i display output in the…
Shows another way to call the new Standard Table Display (SE16N), more efficient than calling SE16 As we have seen in the previous post, how easy it is to call the program. Today, we will see the more powerful and more efficient way to call the Table Display from the Report. We will call the…
Eloborates the easiest way to call the Standard table display (SE16) from a Program Sometimes, we need to call the Standard Table display (SE16) from our report program. In option of this we can create a Small ALV program using the . To call the Standard Table display, we can Submit the underlying program from…
Shows how to give an option to get a printout of the table control Data. In SAP, we have a table control to give a felixibility to enter more than one record at a time. User enters the data and save it, inturn we save that data into the database – by direct update, or…