- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Changed SAP password not working while resetting using BAPI
You are using the structure Password for resetting the password. It is of type “BAPIPWD” and comprises of a field which is again named as “BAPIPWD”
When you need to reset the password, you need to specify the correct field name instead of password.
JCO.Structure structPassword = userChangeInput.getStructure("PASSWORD"); sPassword.setValue(nPassword, "BAPIPWD");
- Related Articles
- Resource routing not working when using SAP Fiori
- Resetting a Root Password in Linux without External Media
- Using SAP BAPI API’s to extract information from client system
- Pull a list of Functional Location from SAP using BAPI
- Commit changes on SAP BAPI Transaction
- Alter SAP standard code not working
- Specified cast not valid for datetime while using SAP RFC
- Specifying working directory while executing FM SXPG_COMMAND_EXECUTE in SAP system
- Resetting a customized Perspective in SAP HANA Studio
- Callback is not working on remote but working locally in SAP CRM
- RFC or BAPI for displaying change documents in SAP
- “Where” clause not working while updating database record in ABAP
- Date value is not populating while using Native SQL in SAP to insert an Order
- BAPI to upload documents to SAP system is throwing an exception
- Getting error message while using SAP Scripting Tool

Advertisements