How do you differentiate tax for different countries? : sap abap hr
Give few names of cluster tables in sap? Give few names of pooled tables in sap? give few names of transparent tables?
What is meant by hide area?
create a Report to print Stock & Valuated Stock for Plant (ALV Grid) Selection Screen Ranges: Material Number (MARA-MATNR) Material Type (MARA-MTART) Valuation Class (MBEW-BKLAS) Storage Location (MARD-LGORT) Parameter filed plant (MARD-WERKS) Selection condition: Total valuated stock – MBEW-LBKUM – should be greater than zero Table to be used MAKT,MARD,MBEW,MARA,T001L.. (Use inner joins) Display output: Storage location: (TOO1L-LGORT) Description (T001L-LGOBE) Material No (MARA-MATNR), Material Description (MAKT- MAKTX), Total valuated stock (MBEW-LBKUM), Val of tot valuated stock (MBEW-SALK3), IF MBEW-VPRSV = 'S'. Price – MBEW-STPRS ELSEIF DTAB-VPRSV = 'V'. Price – MBEW-VERPR. ENDIF. Subtotal of Total valuated stock (MBEW-LBKUM), Val of tot valuated stock (MBEW-SALK3), Grand Total of Total valuated stock (MBEW-LBKUM), Val of tot valuated stock (MBEW-SALK3), In the ALV grid display keep a button in the tool bar which on clicking navigates through the screen to the next grid which displays the grand total. Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button.
What is a projection view? : abap data dictionary
what is the difference between data: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp. and types: begin of ty_emp, eno type i, ename type string, dno type i, end of ty_emp.
What is the difference between Collect statement and Append Statement?
2 Answers Accenture, Deloitte, Maventic, TCS,
what is selection text in ABAP
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
what is the tcode for creating the invoice?
WHAT IS THE DIFFERENCE BETWEEN CHECK TABLE AND VALUE TABLE?
What is the diffrence between RFC & normal Function module?
Do we have to migrate all sapscript forms to smart forms?