SAP Managed Tags: ABAP Development Hi Vijay, MODULE POOL PROGRAMMING (MPP): - These are type M programs in SAP. These programs cannot be executed directly. Transaction Codes (Tcodes) are used to execute MPP programs. Graphical Screen PAinter is the tool used to create GUI in MPP (SE...
Enable ABAP parallel job execution on a non-conductor node in an MPP system by creating an empty file namedslavein the project directory on the non-conductor node. For example, if the project is namedsapr3and the conductor node isdsserv1, create the empty slave file on node dsserv2 as f...
SAP Managed Tags: ABAP Development Hi, I have some fields on the screen in MPP. I'm getting the values for those fields from Custom table. If I make changes to values for fields in the screen, after clicking SAVE button they have to impact on to the Custom table else if no chang...
SAP Managed Tags: ABAP Development when I click Display in MPP screen , I should get a interactive report which should display customer details and I should not get the Selection-Screen. The KUNNR field should be taken from MPP and it should display the records pertaining to given customer...
SAP Managed Tags: ABAP Development Hi Automatic field checks can be avoided by AT EXIT-COMMAND, Which works exactly the same way as cancel works on application tols bar. code Process After Inpt. Module exit AT EXIT-COMMAND. In module pool program. Module exit. Case Okcode. When 'Exit'....
SAP Managed Tags: ABAP Development Hi, by MPP you mean Module pool programming??? go to screen>create radiobuttons(there is an option to create it in Screen painter)->create as many radiobuttons you want to->select them like if 3 RB are there selesct the three>right click->Radiobutto...