This website is not affiliated with, sponsored by, or approved by SAP AG.

PBO and PAI modules

Development (ABAP Development WorkBench, ABAP/4 programming)

Moderators: thx4allthefish, Snowy, Gothmog, YuriT

PBO and PAI modules

Postby abapnoob » Wed Mar 21, 2012 11:36 pm

Good day, I need help , can someone please tell me where is PBO and PAI modules stored(table) if possible?
if not, can you give me ideas how to view all PBO and PAI modules used in a specific program without looking at the source code? THANKS!!!

abapnoob
 
Posts: 9
Joined: Wed Mar 21, 2012 11:19 pm

Re: HELP!! PLEASE!! PBO and PAI MODULES

Postby VLozano » Thu Mar 22, 2012 2:51 am

In the ABAP forum. These things were there the last time I saw them...Did you SEARCH there?
Tuly Idiots
Because we know we are part of the problem
VLozano
 
Posts: 4987
Joined: Mon Sep 13, 2004 8:17 am
Location: Idioci-ty

Re: Help!! Please!! PBO and PAI modules

Postby YuriT » Thu Mar 22, 2012 4:29 am

abapnoob wrote:Good day, I need help , can someone please tell me where is PBO and PAI modules stored(table) if possible?
if not, can you give me ideas how to view all PBO and PAI modules used in a specific program without looking at the source code? THANKS!!!


Modules are stored in REPOSRC table. As any other ABAP report code. You can see modules of a program in SE80 transaction
YuriT
 
Posts: 888
Joined: Fri Feb 03, 2006 6:40 am
Location: Basel/Riga

Re: Help!! Please!! PBO and PAI modules

Postby abapnoob » Thu Mar 22, 2012 4:44 am

Sir YuriT, Where is the module field in the REPOSRC table?
abapnoob
 
Posts: 9
Joined: Wed Mar 21, 2012 11:19 pm

Re: Help!! Please!! PBO and PAI modules

Postby abapnoob » Thu Mar 22, 2012 5:10 am

How can I get the next word when I search for the word "MODULE"
abapnoob
 
Posts: 9
Joined: Wed Mar 21, 2012 11:19 pm

Re: Help!! Please!! PBO and PAI modules

Postby Gothmog » Thu Mar 22, 2012 5:18 am

Moved from GD.
68 74 74 70 3a 2f 2f 74 69 6e 79 75 72 6c 2e 63 6f 6d 2f 62 64 6f 37 6d 77 67
Gothmog
 
Posts: 1457
Joined: Wed Sep 12, 2007 4:46 am
Location: Probably not home

Re: Help!! Please!! PBO and PAI modules

Postby Somani » Thu Mar 22, 2012 5:41 am

Start SE80, load Select the programm you want and expand the PBO and PAI-Module folders in the navigation.
Somani
 
Posts: 5
Joined: Tue Mar 20, 2012 6:37 am

Re: Help!! Please!! PBO and PAI modules

Postby abapnoob » Thu Mar 22, 2012 8:40 pm

No, without using any transactions, I need to get all modules used in a program, by entering the program name
abapnoob
 
Posts: 9
Joined: Wed Mar 21, 2012 11:19 pm

Re: Help!! Please!! PBO and PAI modules

Postby Rich » Fri Mar 23, 2012 4:52 am

Everything near as dammit in SAP starts with a transaction.

Even if you use a report, you use a transaction (SE38 or SE80 or the transaction assigned to a report).

SE80 is your best bet. If you don't want to use that (which will give you exactly what you are looking for), then I think you'll find that's as far as we can go.
Regards

Rich

Image
Abap KC
SFMDR
Rich
 
Posts: 6919
Joined: Thu Oct 31, 2002 4:47 pm
Location: Geneva

Re: Help!! Please!! PBO and PAI modules

Postby abapnoob » Mon Mar 26, 2012 8:49 pm

I need to create a program like the function of SE80 where all elements under the program will automatically be retrieved.
abapnoob
 
Posts: 9
Joined: Wed Mar 21, 2012 11:19 pm


Return to ABAP

Who is online

Users browsing this forum: No registered users and 6 guests




This website is not affiliated with, sponsored by, or approved by SAP AG.