cancel
Showing results for 
Search instead for 
Did you mean: 

BPC NW transport (program RS_APPS_AFTER_IMPORT)

Former Member
0 Kudos

Hello,

According with the document "SAP Business Process and Consolidation for NetWeaver Transports Whitepaper" after importing request you have to execute the program RS_APPS_AFTER_IMPORT on the production development.

There is no information about the variants you should use on the execution of the program and which are the task the program is going to execute.

Do you have any information about it? Is it compulsory to do this step after BPC NW transports?

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

That is not a program, it is a function module. This function module will be triggered automatically when you import the transport request containing the BPC object. This function module will take all of the BPC metadata that was transported, and put the data in the corresponding UJ* tables, as well as create the underlying BI objects. Again, you do not have to specifically run anything, it all happens when you import the request in the target system.

Regards,

Rich Heilman

Former Member
0 Kudos

Hi Rich,

When I'm trying to import my BPC transport from DEV to TEST I get the following error message:

"Start of the after-import method RS_APPS_AFTER_IMPORT for object types(s) APPS (Activation Mode)"

My BPC transport which is failing consists of all objects in my App Set.

You said RS_APPS_AFTER_IMPORT is supposed to be triggered automatically when we import the transport, but here clearly something is wrong with this function module

This is the first time I'm trying to do BPC transports, please help me in this regard ??

Could you please provide me the necessary steps

Note: I've already read SAP BPC for NW - Transports White paper. But still I'm sure I'm missing something which is not mentioned there.

Thanks,

Venkat

Former Member
0 Kudos

Hi Venkat,

To rectify the transport error please see the Note 1376110.

the following steps were defined in the note please follow them in exact order that will solve your problem.

u2022 Log into your ABAP server and run transaction SE16.

u2022 For 'Table Name' type in UJT_TRANS_OBJ and press <enter>.

u2022 Highlight the textbox beside APPSET_ID and click the browse button.

u2022 Select the application set that failed to import.

u2022 For OBJVERS type in P.

u2022 Click the 'Number of Entries' button, and enter this value into the 'Maximum No. of Hits' entry.

u2022 Click the Execute button.

u2022 Press F9 to select all entries (or from the menu choose Edit | Select | Select All).

u2022 From the 'Table Entry' menu choose 'Delete All', choose Yes to confirm deletion.

Regards

Former Member
0 Kudos

Hi Ellora,

Thanks very much for the inputs. I think I'm close the solution, but the below solution didn't work for me because.

When I went to SE16 in the target (test) system, next to APPSET_ID I cannot see the App Set from the browse button (F4) that failed to import.

Hence I cannot follow rest of the steps in this note.

This is the first time I'm transporting my "App Set" from DEV to TEST.

Please advice ??

Thanks,

Venkat

Former Member
0 Kudos

Dear experts,

Any inputs please ???

Former Member
0 Kudos

Hi venkat,

Sorry for the delay.

In my case the solution worked as i was retransporting the appset.

have u chkd in ur target system that u r appset has not been transported ? bcoz in some cases though the transport req fails still ur meta data would be transported to target system.

can u chk whether ur previous transport is completely done ?

when all is done only option left with you is retransport. Create a new transport request (follow the transport request collection steps religiously) and then transport.

unfortunately we do not have much visibility on why and how on ceratain aspects as of now.

chk and rechk the connections between your source and traget system and then retrasnport.

Regards

Former Member
0 Kudos

Thanks very much Ellora.

My problem is now resolved. The root cause was the RFC connection wasn't configured in RSTPRFC.

Former Member
0 Kudos

Hi Rich,

i have succesfully transported my appset from D to Q system. But the master data are not transported. Is that correct so? Moreover, my transported AppSet does not appear in the Clients in the target system? How must I further go forward?

Thank you for your inputs.

Regards

Answers (0)