Latest Answer: sy-tabix : it is used in internal table loops.it gets the no.of records in the internal table.sy-index : it is used in simple loops like(do......enddo).it gets the particular record number. regards.MAHESH.T ...
Latest Answer: se38 : is used for abap editor u can write the coding for particular program.se80 : is used for module pool programs.in se80 u can very well use all transactions. ...
Latest Answer: Classical Report : It is nothing but getting data from one or more tables and displays it on LPS formated or unformated. It is having only one screens for the output. It has not any sub list.Events like that.InitilizationsAt selection-screenStart-of-selectionsTop-of-pageEnd-of-pageEnd-of-selectionsInteractive ...
Latest Answer: In PBO module of the screen code the line accroding to the filed.. maintain a field under a group.  loop at screen. if screen-group1 ='G1'.     screen-active = '0'.              or       screen-output = '1'.    endif.  ...
Is the program RFBVALL_0 valid for both FedWire and FedACH
Latest Answer: There is a lot of difference between searchhelp and check table. Check table is a master table. Like T000 for client, t001w for company codes, tcurc for currency. When we write code like 'PARAMETER V_WERKS LIKE MARC-WERKS OBLIGATORY ...
Latest Answer: The Tcode reports and tables will be seen once u goto Sysytems(aplication tool bar) and go for status then u'll get a pop-up block wherein u can find tables,fields and also screen program.ByeeAnni ...
Latest Answer: you can write 'break-point' at the point you want it to be stopped...or...put an external break point in the generated FM itself. ...
Latest Answer: Making the code existing in some place to be re-used for n number of times ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top