Posts

Showing posts from January, 2021

Dynamic Report Creating Records

************************************************************************ * Program Name : ZMM_MIC_REPORT * * Object ID : MM * * Description : MIC REPORT * * Create Date : 20-01-2021 * * FO Owner : Rohini Kumar * * Tech Owner : Rohini Kumar * * Project Module : R2R * ************************************************************************ * Change Log * ************************************************************************ * REQ# DATE WHO CHANGE_ID DESCR * *----------------------------------------------------------------------- * 001

Exlude the Delete button in TMG

ADD SOME CODE Process before output on screen Moduel excl_cua_funct-function = 'DELE' Append excl_cua_funct. in include program like that you can disalbe Module delete button in moduel pool Please support my work ********************************ROHINI KUMAR*********************************                                 Please support my work : sap.rohini988@gmail.com                                LinkedIn Link  :  https://www.linkedin.com/in/rohini-kumar-14647a13a/ ********************************************************************************  

BAPI FOR PO CREATION

Image
************************************************************************ * Program Name : ZBAPI_PO_CREATION Object ID: oo01 * * Description : bapi for po creation * * Create Date : 31.11.2018 * * FO Owner : Rohini Kumar * * Tech Owner : Rohini Kumar * * Project Module : SD * ************************************************************************ * Change Log * ************************************************************************ * REQ# DATE WHO CHANGE_ID DESCR * *----------------------------------------------------------------------- * 001 Initial * ***************************************************

How to work on Image Display Image and store in Table

REPORT zrich_0001. DATA: lr_mime_rep TYPE REF TO if_mr_api. DATA: lv_filename TYPE string. DATA: lv_path TYPE string. DATA: lv_fullpath TYPE string. DATA: lv_content TYPE xstring. DATA: lv_length TYPE i. DATA: lv_rc TYPE sy-subrc. DATA: lv_url TYPE char255. DATA: lo_docking TYPE REF TO cl_gui_docking_container. DATA: lo_picture TYPE REF TO cl_gui_picture. DATA: lt_file TYPE filetable. DATA: ls_file LIKE LINE OF lt_file. *DATA: lt_data TYPE STANDARD TABLE OF x255. DATA: lt_data TYPE STANDARD TABLE OF x255. PARAMETERS: p_path TYPE string DEFAULT 'D:\SAP DIGI\ESignature.jpg'. "<<-- at="" controls="" create="" dynnr="sy-dynnr" exporting="" lo_docking="" mime="" object="" output.="" path="" repid="sy-repid" save="" selection-screen="" side="lo_docking-" to="">dock_at_left extension = 20