Quantcast
Channel: SCN: Message List
Viewing all 8902 articles
Browse latest View live

Re: How to use BAPI_USER_CHANGE

$
0
0

Hello,

 

 

 

I am having an issue with BAPI_USER_CHANGE. The client has the users centralized system in 250 and the program i am creating has to change any system password. So, for example, when i try to change system 700 password if i execute the FM it will throw me an error because the password change has to be done in 250, and if I do the password change in 250 it will change the password for 250, not for 700.

 

 

 

Do you know any other BAPI i can use or if i can set the parameters correctly in a different way to use

BAPI_USER_CHANGE. Currently if i execute bia RFC from 700 to 250 it changes 250 password and not 700.

 

 

 

Thanks for any inputs, regards,

 

 

 

Gustavo


Re: enhncement

Re: Function module extraction from 3 tables

$
0
0

Hi,

 

Ask your friendly local ABAP developer to build the function module for you. They have a developer key, which you will need, for starters.

 

cheers

Paul

Re: Lines of code are not executed in the order they are written... Why?

$
0
0

This behavior has nothing to do with MII. This is all happening on the browser/client and is normal behavior. Even tho the call to go get the document from MII is async, Javascript is single threaded. The javascript engine asks the browser to go get the doc from the url and let it know when its done. The engine then continues doing whatever else it needs to do. When the browser is done getting the doc it lets the engine know. When the engine gets a chance and its not busy it will get to it and execute your callback function. So your browser may have gone and gotten the document but your javascript engine is still busy looping or whatever so your callback has to wait. If you want your 'after Load' to always execute after your 'inside load' you have to make your load call synchronous, or put it in your callback function, or use a promise.

Re: How to use BAPI_USER_CHANGE

$
0
0

Hi Gustavo

 

This thread is answered already.

 

First search the SDN forum for a similar issue to yours. If you cannot find the answer you seek, then open a new discussion thread.

 

Regards

 

Arden

DDIC ACTIVATION ERRORS RETURN CODE 8

$
0
0

Hi Experts,

I m getting this error DDIC ACTIVATION ERRORS and RETURN CODE 8 when upgrade from ECC5 to ECC6 EH4.

Running with MSSQL 2005 + wins2003

 

The error occur in ACT_UPG.

 

The upgrade tools detected 422 errors as below.

 

**************************************************

*******   LIST OF ERRORS AND RETURN CODES  *******

**************************************************

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in SAPA-60016INERECRUIT.PRD

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 ETP111 exit code           : "8"

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in SAPA-60016INFINBASIS.PRD

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 ETP111 exit code           : "8"

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in SAPA-60017INERECRUIT.PRD

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 ETP111 exit code           : "8"

.

.

.

.

.

.

.

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

DDIC ACTIVATION ERRORS and RETURN CODE in SAPA-60017INFINBASIS.PRD

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

1 ETP111 exit code           : "8"

 

I have no idea what is this error about. i have try to change the kernel for shadow instance to latest kernel (701 and 721) and rerun. but, still hit the error.

 

Please help me urgently.

 

thank you.

 

Por.

BAPI_USER_CHANGE change password in a different system

$
0
0

Hello Abap Gurus,

 

I am having an issue with BAPI_USER_CHANGE. All the client data is centralized in system 250, so, we need to perform password change for any other system in 250. I am writing a program to change user´s password when lock but this program needs to be executed from any system.

 

How can I use BAPI_USER_CHANGE to change password for system 700 for example? if i execute it in system 700 it does not work because client data is centralized in 250, and if i execute it in 250 it changes 250 password, not 700. Does anyone know if i can use this FM differently so that it works for me, or anyone knows any other BAPI i can use?

 

FYI, i was also trying batch input to SU01 to perform the password change, however, the system selection is performed in an ALV table that cannot be used in BDC. So i have pretty much ruled out this option.

 

Best Regards,

 

Gustavo

Profit Center Billing field in VA03

$
0
0

Hi All,

 

We have implemented Intercompany RRB for Intercompany Labor Sharing.

When creating a sales order via DP94, system is updating profit center billing field(VBAP-PCTRF) with cost object of buying company code who receive the resources. Due to this billing document is not generated.

 

Please let me know, why this field is being populated. Am I missing any configuration?

 

Regards,

Praisty


Re: CUA Password Reset

$
0
0

Hello Kwokhou,

 

I am facing the same issue. Were you able to solve this? if so, please explain me how.

 

Regards,

 

Gustavo

Re: Import ABAP failed when installing ERP6.0 EHP7 on HANA

$
0
0

Hi Lohit,

 

You can change the parameter under Configuration -> indexserver.ini ->thread_limit ->timeout_aggregate  into a large number like 60000 or larger.

 

Kind regards,

Roy

Re: Is there an easy way to get an on hand in a warehouse for a previous day?

$
0
0

Hi,

 

You can use standard inventory audit report under Inventory-->Inventory reports.

 

Thanks & Regards,

Nagarajan

Re: Prompt Optional Field

$
0
0

Hi,

Create a V Year variable to capture the prompt values.

Then put the =If([V Year]="") Then Year(CurrentDate()) condition in the blank cell.in this case you will get the current year value when user will not enter any value in the prompt.

 

Amit

Re: How to view List of Customer Account Groups

$
0
0

Once again, i need to sleep early, and make sure i have enough hours of sleep.

 

 

Thanks Mahmoud

Re: Error-Fixed Asset Import; The depreciation start date of asset for depreciation area cannot be in the import fiscal year.

$
0
0

You can only import assets for the prior fiscal year, with balances as at the start of the current fiscal year.

 

There was a "bug" for a few 9.0 patches which did allow you to do it, but that was sealed...

Re: URGENT Approve Requisition - Fiori APP makes wrong GW call - Note 2002955 is not released!


Select options in module pool dont have F4 help

$
0
0


Hi all,

 

I did a module pool program and declare my select options in the top include program as follow.

 

Selection- screen begin of screen 100 as subscreen.

  select-options s_bukrs1 for bseg-bukrs NO-EXTENSION.

selection-screen end of screen 100.

 

In my PBO,

Call subscreen sel_subscreen including sy0repid '100'.

 

In my PAI,

 

Call subscreen sel_subscreen.

 

I manage to display the select-options but it dont have F4 help. How am I supposed to get F4 help for the select-options?

Re: which report i can look for Bank Transfers

$
0
0

Hi,

 

There is no standard report in B1 for Bank transfer. You have to create query to get report.

 

Thanks & Regards,

Nagarajan

Re: Scheduled report in CMC keep on in 'Running' state

$
0
0

At the end found out the source is having problem, curiously only 2015 data having problem , after created missing index it running smooth, much quicker then 4.0SP7.

Re: How to link table opor, pch1, Delivery and JE details

$
0
0

Hi,

 

I will try and let you know the results.

 

Thanks,

Saufil

Re: SAP WorkManager 6.2 integration with Sharepoint & GE small world

$
0
0

Hi,

  I think when we mean out of the box or standard solution. You should be able to achieve it with configuration/custimising changes. If there a code change then that would not qualify as Out of the Box or standard product. In your case I am sure you have written code to enhance and support LatLonGo & access to Share Point.

 

So if we use the above definition then it is definitely not out of box or standard Work Manager 6.2.

 


Viewing all 8902 articles
Browse latest View live




Latest Images