Can file operations开发者_如何转开发, like creation of a file, be done in ABAP?Yes it can be done.
I\'m shortly to start on an integration project that will require organisational data (line reporting etc) and starter/leaver events etc. We utilise SAP HCM, but I have no experience of SAP (BizTalk/.
I am looking for some tutorials and guides for unit testing on SAP platform. So far, I have found some mention of ABAP Unit and of Ruby programming language being implemented on SAP s开发者_运维技巧of
I\'ve got this: select ordernr from users having count(ordernr) = ( select max(count(ordernr)) from users where ordernr = ordernr
I want to add a header row grouping the column headers. DepartureArrival<-- This row is what I want to add
How can you look at the source code of a transacti开发者_如何学Con in ABAP-based systems?You can go to System -> Status and see the program name there.
I\'m looking for a way to update Part Classification data programmatically.This is the data on the Classification tab of transaction /sapsll/product_03.Classification data is stored in table /SAPSLL/P
How do I call the SAP report (for example RSPARAM) with help JCo? What RFC may be used to remotely call SA38 transaction with RSPARAM (e.t.c.) as parameter and then return results for later开发者_Sta
I want to call an ActiveX DLL or OLE2 object from ABAP. I already know the syntax of how to instantiate the object & execute the methods:
I have a webdynp开发者_如何学Cro containing a table displaying numerous lines. After the user clicks the delete button I want to delete the selected line of the table.