sap

how to reset password in SAP using BAPI?

守給你的承諾、 提交于 2019-12-02 14:26:33
问题 I am trying to reset password for SAP using bapi but i am getting error as "password is not type of field input". I am posting my code below. Here getRandomString() is user defined function. I have copied this code from Internet and I am unaware about this. String newPassword = getRandomString(); try{ JCO.Function bapiUserChange = repository.getFunctionTemplate("BAPI_USER_CHANGE").getFunction(); if(bapiUserChange != null){ JCO.ParameterList userChangeInput = bapiUserChange

Helicopterview of ABAP [closed]

一个人想着一个人 提交于 2019-12-02 14:17:12
I don't know a thing about ABAP, apart from it has an OO side, and I would like to have some kind of helicopterview of it before I start to look at it in detail. I know I can find all of this when studying it , but like I said for starters I like to know what I am dealing with. Is it (always) compiled? Typestem : Is it strongly typed? Does it use type inference? Inheritance : single / muliple, interface-like structures ? Collections : Has it collections apart from arrays ? Has it generic collections? Does it use List comprehension ? How about (con/contra/in)variance in arrays, returntypes,

What are ABAP and SAP?

本小妞迷上赌 提交于 2019-12-02 13:57:30
What are SAP and ABAP? I searched and got a bunch of different acronyms that don't quite make sense. Is SAP a database engine? Is ABAP a programming language? Or are they nothing of that nature? What are they primarily used for? Jé Queue SAP is a full Enterprise Resource Planning (ERP) system and business platform. SAP is the company, that produces the business platform and the associated modules (financials, general ledger, &c). ABAP is the primary programming language used to write SAP software and customizations. It would do it injustice to think of it as COBOL and SQL on steroids, but that