cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion exit for project definition

Former Member
0 Kudos

Hi

I have created a generic extractor to get some data of table PRPS. The project-definition number in this table is in field PSPHI. When you display the result of the extractor in the extractor checker (RSA3) the correct number (e.g. PG5707) is showing, however, when it comes into BW, it is showing the internal number (e.g. 000002). In BW I use this field to populate 0PROJECT, but due to the internal number being sent, I cant use it.

Can anyone please tell me what conversion exit I can call in my extractor to get the external number?

I also notice in SE16 for this table there is a selection in the user parameters to tick under the "Format" section in the data browser tab. If it is not selected, it shows the internal number, but if selected, the external number is displayed. I want to do this in my extractor.

Thanks

Karin

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

CONVERSION_EXIT_ABPRJ_OUTPUT

ChandranGanesan
Active Contributor
0 Kudos

Hello Karin,

Have a look at these OSS

SAP Note 776990 Conversion exits with string parameters

SAP Note 756662 RSAR 196:InfoObj. contains val. which is not conversion exit

SAP Note 925589 P8:SDL:New DS:Possible problems w/

SAPI conversion exit call

SAP Note 843164 P27:SDL: Problems with conversion exits in the selection tab

SAP Note 557148 Executing conversion exits

SAP Note 497043 P6:SDL:Scheduler selections in fields with conversion exits

SAP Note 1034798 P13:SDL:New DataSource uses incorrect conversion exit

SAP Note 681931 Error due to conversion exits during the file upload

SAP Note 1003431 Error in target fields with conversion exits

SAP Note 374997 SDL: Conversion exits: ABPSN, ABPRJ, ABPSP and MATN1

[Thanks|http://chandranonline.blogspot.com/] [Chandran|http://chandranonline.blogspot.com/]

Former Member
0 Kudos

Thank you very much. I resolved the issue by calling function module CONVERSION_EXIT_ABPRJ_OUTPUT.

I also had to change my data type in the structure in order to overwrite this number into the existing field selected from the table.

It works OK like that.

Thanks