cancel
Showing results for 
Search instead for 
Did you mean: 

Data Source

former_member1279634
Participant
0 Kudos

Hi,

I'm using Data Source 0EC_PCA_1

I checked in RSO2 by displaying the field list and found out that RRCTY field was not included.

How can I maintain additional field selection for this datasource?

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

you can added the fields you needed using T-code RSA6 append atructure,and then make your coding in EXIT EXIT_SAPLRSAP_002 using T-code SMOD.

Of course,first you have to use CMOD to create a project and include the enhancement EXIT_SAPLRSAP_002 in this project and activate the project,so that the exit be activated.

Best Regards

Martin Xie

Former Member
0 Kudos

Hi,

Go to RSA6 -> search for your datasource -> display -> Take the structure name

Go to SE11 -> give the structure name -> display -> on the top , there is an option for append structure -> click on it -> give some name starting with Z for the append structure. give you field name and its table -> save and activate -> you will get the new field in the fields once the structure is activated successfully.

Unhide the field if they are hidden (by going into rsa6 trnx) and you can check the field in case you want it in selection screen.

Regards

Sunil

former_member1279634
Participant
0 Kudos

Hi Sunny,

Kindly advise on how can I include RRCTY on the list of Datasource in my Transfer Structure/DataSource/Transfer Rule.

Regards.

Former Member
0 Kudos

Hi Ellicec,

Assuming that you are successful in including the RRCTY field in R/3. Once you replicate in B/W -> you need to give the infoobject(you want to map it to in BW) in the communication structure. once you save, it appears in the transfer structure.

Then go to Transfer Rules tab -> go to Assign infObject-field -> Search for the field RRCTY(it will appear under field column) and give the infoobject (you have entered in communication structure) under the infobject column -> select the row and adn click on the arrow showing towards left side. Once this procedure is successful -> you can see the RRCTY field in your Datasource.

Regards

Sunil

Former Member
0 Kudos

Hi,

In RSA6 tcode select your DS --> Dbl click on it and Append Structure with adding new Field and Activate it.

For getting data for that Field you have to write code in CMOD which is for Customer enhancements.

After writing code check in RSA3 whether that particular field is getting data or not.

Check the below thread for sample code:

Accordingly write code for your requirement.

Reg

Pra

former_member1279634
Participant
0 Kudos

Hi, I encountered this problem when loading data from the infopackage...

Diagnosis

Data records in the PSA were marked for data package 3 . Here there were

1 errors. The system wrote information or warnings for the remaining

data records.

System Response

The data package was not updated.

Procedure

Correct the incorrect data records of the data package (for example by

manually editing them in the PSA maintenance). You can find the error

message for each of the records in the PSA by double-clicking on the

status of the record.

Note

Note that you are only allowed to edit and manually update the request

if it is contained in the request list in the data target. Where

necessary, first delete it from the data target.

Former Member
0 Kudos

Hi,

If the records are there in your PSA, you can edit them and upload further to other data targets.This is data problem, you are getting error records from the source system.

Regards

Sunil

former_member181964
Active Contributor
0 Kudos

Hi,

You can enhance the DataSource.

Steps:

1. RSA5 : Install the DS.

2. RSA6 : Select the DS and then click on Enhance Extract Structure ad then add the Strcuture and ZRRCTY.Then activate it.

3. RSO2: Remove the Flag under HIde and Fields Only.

4. Save and Activate.

5. Write Code in CMOD i.e. to populate the Data to that Field.

Thanks

Reddy

former_member1279634
Participant
0 Kudos

Hi Reddy,

How can I perform Step No. 5.

Kindly advise also on how can I include this in my Transfer Rule

Thanks.

former_member181964
Active Contributor
0 Kudos

Hi,

Once you include that field in DataSourc ein ECC, and remove the Fields Only and Hide Flags then it will apper in BW Transfer Rules , so here just you need to add relevent InfoObject in TrabsferRules/InfoSource and then map it , else create one Z-InfoObejct with same length and Data Type of RRCTY Field.

For Code details pls see the following thread. You need to write code in EXIT_SAPLRSAP_002 Function exit in CMOD.

Thanks

Reddy