Re: How to create excel header row using I_OI_SPREADSHEET?
Hello Suhas, It looks like method SET_HEADER, generates the HEADER while putting that in the Excel worksheet. This HEADER is the header table which is generally printed for additionally information...
View ArticleRe: BKREF with BAPI_ACC_DOCUMENT_POST
Dear gurus, I have the same problem. If there is any solution to it, please kindly let me know. Will be grateful. Best,Arwen
View ArticleRegarding calling message class using Raise Exception
Hi All, I have created a ZCX exception class with a Z message class. When I use this exception class in any other class using ' RAISE EXCEPTION TYPE zcx' , I want directly call the message number from...
View ArticleRe: Regarding calling message class using Raise Exception
Hi Rajender, The power of exception classes is that you can program any methods that you want inside them. So you can keep attributes that you want - text, messages ids, even implement logic do do some...
View ArticleWhere does GUI_GET_REGVALUE fetch the file name from?
Hello Experts, I have a customized FM which is used for displaying Help. In this the std FM GUI_GET_REGVALUE fetches a launcher file name in the format: C:\Users\john.doe\SapWorkDir. CALL FUNCTION...
View ArticleRe: How to pass object reference variable as importing parameter in method ?
by using INHERITENCE IT IS POSSIBLEdeclare class c1Declare method m1 importing obj type ref to class_name.implement c1 create class c2 inherting for c1method m1 redefiniton.implement c2. create object...
View ArticleRe: How to pass object reference variable as importing parameter in method ?
CLASS A DEFINITION. PUBLIC SECTION. METHODS M1.ENDCLASS.CLASS A IMPLEMENTATION. METHOD M1. WRITE: 'Hi'. ENDMETHOD.ENDCLASS.CLASS B DEFINITION. PUBLIC SECTION. METHODS M2 IMPORTING OB23...
View Articleconvert Internal table data to pdf format w/o calling smartform and spool no...
how to convert internal table data into pdf format in abap without calling smartform and spool number function module in ooabap
View Articleconverting Internal table data into PDF format without calling smartform and...
how to convert Internal table data to pdf format w/o calling smartform and spool no function module in ooabap.
View ArticleRe: BAPI to change Batch Status
BAPI BAPI_BATCH_SAVE_REPLICA works.Pass Material and Batch and batchstatus = 'X'batchstatusx = 'X'. No need to call transaction commit bapi.
View ArticleRe: ALV Drop Down (How to Show text instead of Key)
I think your main problem is that you are firstly swapping around the key and value fields in the alias table. Secondly your field catalog table needs an alias field as well which you then need to map...
View ArticleRe: Function module to copy file from a directory to another in AL11
Hi, with trx SM69 is possible create an external commands for your operating system ( example for moving anc copying files ).. With trx SM49 is possible execute these commands. With function module...
View ArticleRe: First try with ALV Grid and Abap Objects
Hi Uwe Thanks!!! How do I get detail _ level to work??? Whne I am viewing the logs in SLG1 go_msglist TYPE REF TO if_reca_message_list,“Create go_msglist = creat( .. ). “Add MSG...
View ArticleRe: I need BAPIs for the following Tcodes.
Hi Anil, If you mean that you need to know what BAPI's a particular transaction uses, follow the below said example. Suppose you want to find the bapi for editing/changing a material, you usually use...
View ArticleRe: Drop-down values in ALV grid
Bit of a late reply I know, but I had the same issue and could not find the answer in SDN, so here is what I did to solve this : In the ALV grid I used in the Field catalogue field CONVEXIT to set a...
View ArticleRe: ALV Drop Down (How to Show text instead of Key)
You definately are right about the swap of internal fields and output fields though. Though on the drdn_field, from what I understand if you specify the dropdown handle using drdn_hndl, you do not need...
View ArticleRe: Increasing FONT SIZE( in Module Pool )
Hello, Check this link http://scn.sap.com/thread/2145344. and https://scn.sap.com/thread/1425399 Thanks, Abhijit
View ArticleRe: How to create excel header row using I_OI_SPREADSHEET?
Hello Naimesh, Sorry for the late response, i thought i had replied back So if i understand correctly you're saying that the method SET_HEADER( ) won't help! So how do we place a header row using...
View ArticleRe: Where does GUI_GET_REGVALUE fetch the file name from?
Hi Peter, the path is taken from the registry of the SAP-Clent. Regards, Hubert
View Article