In the last post , we have seen how system take care of the obligatory parameters even though the calling program doesn’t pass it to the RFC FM. Why does system needs to do that: Error handling. RFC FM can be called from outside SAP application also. If we don’t pass the obligatory parameters, it…
Parameter Passing in the RFC Function Module Calls Today we will discuss how system take care of the obligatory parameter passing in the RFC function module. Generally, when we call the FM without passing the obligatory parameter, system would raise the exception CALL_FUNCTION_PARM_MISSING and would lead to run time error. Now, when we call the…
In the previous post, we have seen how we can apply . Today we will see, how we can create our own Formatting option which we can use in SAPScript or SmartForms. There is lots of the similarity between Capital Oh “O” and the Zero “0” in the Output. So, business may wants to print…
There are so many standard formatting options avaliable in the SAPScript and SmartForms. Refer to the document Formatting Symbols in SAPScript.
Marbles Game, a fun and simple variation of the famous Chinese Checkers Game! Aim: Try to remove all but one marble from the board. You can remove a marble by skipping over it to an empty spot. Select a marble by clicking on it and move it by selecting the spot that you want to…
In this section, you will find some Fun stuff with ABAP ABAP Games Truly, addictive Marbles Game created in ABAP.