cancel
Showing results for 
Search instead for 
Did you mean: 

how many ways to edit the data in PSA?

Former Member
0 Kudos

HI

How many ways to edit the data in PSA? Can we edit both transaction, master data also?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Naresh,

You can edit data maually ie, by followiing the below mentioned step for editing the data in PSA:

1) Right click on Datasource, and select manage.

2) Display the PSA content and edit the record by selecting the record and click edit,(pencil button)at top.

3) Save the record and then schedule the load.

You can also modify the PSA Tble usig ABAP, altering the table contenets, if mass correction is required.

You can modify both Master as well as transaction PSA tables.

Hope this helps...

Regards,

Umesh

Answers (8)

Answers (8)

Former Member
0 Kudos
Former Member
0 Kudos

You can edit the data in PSA for both Master and Transaction data.

But u delete that request 1st

Former Member
0 Kudos

Hi,

1.Firstly, before u edit the data u need to delete the request from the target or else editing is not possible.

U have to diplay the PSA content by right clicking on the required data source and selection 'Manage'and edit the records manually. Finally save it and load the data.

2. Yes, it is possible to edit both master data and transaction data.

I hope this helps U.

Regards,

SK.

Edited by: SK on Oct 18, 2008 10:10 AM

Former Member
0 Kudos

Hi.......

Yes yo can edit data in PSA for both Master data and transaction data.......the only diffrence is that in transaction data you have to delete the request from the target before editing......and in master data no need to delete any request....directly edit the PSA........

To edit PSA......the most easiest method has alsredy mentioned ............

But suppose you don't have authorization to edit the data in PSA but still you want to edit then you can follow the process mentioned below..........

You can call up the function module RSAR_ODS_API_GET with the list of request IDs given by the function module RSSM_API_REQUEST_GET. The function module RSAR_ODS_API_GET no longer recognizes InfoSources on the interface, rather it recognizes the request IDs instead. With the parameter I_T_SELECTIONS, you can restrict reading data records in the PSA table with reference to the fields of the transfer structure. In your program, the selections are filled and transferred to the parameter I_T_SELECTIONS.

The import parameter causes the function module to output the data records in the parameter E_T_DATA. Data output is unstructured, since the function module RSAR_ODS_API_GET works generically, and therefore does not recognize the specific structure of the PSA. You can find information on the field in the PSA table using the parameter E_T_RSFIELDTXT.

RSAR_ODS_API_PUT

After merging or checking and subsequently changing the data, you can write the altered data records into the PSA table with the function module RSAR_ODS_API_PUT. To be able to write request data into the table with the help of this function module, you have to enter the corresponding request ID. The parameter E_T_DATA contains the changed data records.

check these links:

http://help.sap.com/saphelp_nw04/helpdata/en/4f/8d4b38187a8442e10000009b38f8cf/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/67efb9bb-0601-0010-f7a2-b58...

Hope this helps.......

Regards,

Debjani......

Former Member
0 Kudos

Hi Naresh,

You can edit the PSA for both master and transaction data.

In case for transaction data, make sure you delete the request rom the target without making it red. Otherwise you wont be able to edit the PSA data.

For editing PSA, follow the below steps

1.Go to the Load monitor screen,

2.go to the PSA maintainence screen of the failed load.

3.Select the data package which has the error records.

4.Sort the Status column so that you get the errorenous records on the top.

5.Edit the PSA by double clicking the record or by selecting the record and going to the change mode.

6. after editing save and return to the IP.

Do a mannual update or reconstruct the request, if you want the edited data to be available in the targets.

Regards

Shilpa

Former Member
0 Kudos

You can edit the data directly.

Select the request for which you want to check and change the data in the PSA tree of the Administrator Workbench and select Context Menu (right mouse button) Edit Data.

You get to a dialog box where you can choose which data packet and which data records for this packet you want to edit.

When you have made your selections choose Continue.

You get to the request data maintenance screen.

Select the records you want to edit, select Change, and enter the correct data. Save the edited data records.

Former Member
0 Kudos
Former Member
0 Kudos

Naresh,

We can Edit both Master & Transaction data in the PSA.

But the PSA request must be deleted from the Cube/ DSO otherwise we can't edit the PSA data.

Clcik on the Datsource right click and select the PSA Request and Click on contents.

REDDY