Hi all,
I have a requirement that I need to end the installation fact time slice .My operands are not of category FLAG.
I tried using the BAPI BAPI_UTILINSTALLATION_CHANFACT but this BAPAI is returning message as Operand 'RC1445 is not of categor...
Hi all Gurus ,
I have one requirement that I need to found from where the report Y_ECD_700006 (it is a tcode ) which is bind to START_REPORT .
With default values
D_SREPOVARI-REPORTTYPE = RW
D_SREPOVARI-REPORT = C301
when this tcode is exe...
Hi Gurus ,
I am facing an exception dump while loading the data from BW system in production .DTP is failing due to short dumps.
The termination occurred in ABAP program or include "SAPLRRMS", in "RRMS_X_MESSAGE". The main program was "RSBATCH_EX...
Hi all/gurus ,
I have a requirement to send the alv output to mail so I am using the below function .My question is that it is necessary to submit
SUBMIT rsconn01 AND RETURN.
after calling the below function module .Below ...
Hi Gurus ,
Hi I have a requirement that I need to update by ztable with insert statement in an fm .I just want to know that is it necessary that after insert we need to write the commit statement .Please suggest .
DATA(lv_length) = strlen( lv_...
Can this fm can be used for this purpose .ISU_DB_ETTIFN_UPDATEhere is a piece of code ------------------------------------------------------DATA : wettifn2 TYPE ettifn.data : X_IETTIFN1 type ISU_IETTIFN .wettifn2-anlage = '5000001149'.w...