cancel
Showing results for 
Search instead for 
Did you mean: 

PSA does not open after editing a transfer routine

irfan_mohammed10
Explorer
0 Kudos

Hi All,

i have made a small change in the trasnfer routine to correct the incorrect value loading from PSA.

i know there are better ways to do this however this is what i tried .

If tran_structure-Field = '747'

     result = '     '.

else

     result = 'tran_structure- field.

endif.

the above code works however the PSA does not open , it is stuck at the screen and i would have to end the transaction.

replicated Datasource ,activated Trasnfer rules ,activated Infoobject still does not work.

please advise.

thanks

Accepted Solutions (1)

Accepted Solutions (1)

irfan_mohammed10
Explorer
0 Kudos

Hi All,

SAP Notes : 2166955 and 2122333 fixed our issue.

Thanks

Answers (2)

Answers (2)

irfan_mohammed10
Explorer
0 Kudos

Hi Guys,

Any suggestions please?

karthik_vasudevan
Active Contributor
0 Kudos

Hi Irfan

Hope you are trying go to manage screen of the datasource.

From RSA1, enter /h in tcode, so that debugging will be switched on.

Then right click on your datasource, it will take you to the debug screen. You might get some idea when you debug.

You could take help from an ABAPer for better understanding.

Hope this helps

Regards

Karthik

RamanKorrapati
Active Contributor
0 Kudos

Hi,

Can you try to see the psa data thru SE11 or SE16 by using PSA table name.

Can you try to do RSRV test psa table and see.

Can you try to activate(adjust) PSA table thru SE14 with help of basis team.

useful Prorgam -  RSAR_PSA_CLEANUP_DIRECTORY

Thanks

irfan_mohammed10
Explorer
0 Kudos

Hi Raman,

Thanks for the Reply,

i am able to view the data in SE11 with the request id.

i performed the "Consistency Between PSA Partitions and SAP Administration Information## " and it was green .

in SE14 the PSA is showing active however i clicked on Activate and Adjust database and it said it was successful.

The program "RSAR_PSA_CLEANUP_DIRECTORY", i tried with techincal ODS name and gave my PSA and it was green however when i select "persistent staging area" it says "no technical name found for PSA.

thanks