cancel
Showing results for 
Search instead for 
Did you mean: 

Popular tcodes for BPC

Former Member
0 Kudos

Friends,

Can anybody advise on the popular tcodes for BPC and their purpose ?

thks,

Suba

Accepted Solutions (1)

Accepted Solutions (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

There are only really a few since the SAPgui is not the frontend for BPC NW. But you can get a list of the tcode via transaction SE93. Enter UJ* and do F4 help. This will give you a list of all BPC related transaction codes. Here are just a couple off the top of my head.

UJBPCTR - BPC Transport Creation

UJFS - BPC File Service User Interface

UJBR - BPC Backup/Restore

Cheers,

Rich Heilman

Former Member
0 Kudos

thanks...I am BW developer but new to BPC So, is there any link where I can get some scenarios to see how these tcodes function .. or any article or documentation.

Suba.

raghu_ram
Active Contributor
0 Kudos

Hi,

You can go through the below link for "How To Guides" relating to EPM BPC.

http://wiki.sdn.sap.com/wiki/display/BPX/EnterprisePerformanceManagement%28EPM%29How-to+Guides

You find various topics and areas relating to BPC.

Regards,

Raghu

Answers (4)

Answers (4)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hello Suba,

  • BPC Transaction Code:

BW/BPCTransaction CodeDescription
1UJ_VALIDATIONValidation Maintenance (Old version - currently implemented using CONTROLS in BPC
2UJ0_IMG_01BPC Parameters
3UJ0_IMG_02BPC AppSet Parameters
4UJ0_IMG_03Model Parameters
5UJ00BPC Configuration
6UJBPCTRTransports - Create Request
7UJBRP&C: Backup & Restore Tool
8UJETCUJE Transaction Data Check
9UJFSFile Service
10UJKTScript Logic Tester
11UJLDauto update msp file upload
12UJQ0Query Runtime Parameters
13UJR0Writeback Runtime Parameters
14UJSTATPerformance Statistics Report
15UJUT_DATAUnit Test Data Maintain

  • BW/BPC Programs and Tables: please find the attached documents.


Hope it helps

Best regards,

Raquel Oliveira

Former Member
0 Kudos

Hi Suba:

Here is the list of BW transaction codes for BPC

Former Member
0 Kudos

Great post Rich.

Another popular one in my arsenal is:

UJKT: This is the script logic debugger.

A few nice to haves:

UJ_VALIDATION: Create and manage validation rules

UJSTAT: BPC Performance Statistics Report. Display runtime statistics if the BPC_STATISTICS web application parameter is set to ON.

Best,

Devon Abraham

Former Member
0 Kudos

thks,

Suba.