how should post data from my internal table to flat file
manually in bdc .please explain step by step
Answer / g.shankar
USE THE FUNCTION MODULE DOWNLOAD OR GUI_DOWNLOAD FOR THIS..
Is This Answer Correct ? | 3 Yes | 0 No |
Parallel cursor
What is view proxy in abap?
How can I make a differentiation between dependent and independent data?
what are steps of smart form. pls complete step mail me on :zaheer_guts@yahoo.co.in
What are the different types of Views?
What do you mean by transparent tables in sap abap? : abap data dictionary
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
where are the system fields stored?
Can a posting run be deleted? : sap abap hr
can u create more than one selection screen?
8 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
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.
how much exact time will take binary search option using along with read statement?