on 2019 Jul 16 6:42 PM
Guys,
I have a requirement where there are 1000 task lists and i have to identify whether PRT'S are attached to the operations. I dont want to go one by one and click operations and PRT and see. Is there anyway we can pull it from the table. If so, what table and field will tell me whether PRT's are attached to the operation.
Help appreciated.
Nureya
LDBs are old technology and not used that often, however PNI is still useful and is the only one I've ever used since to do the same thing in ABAP is a pain.
More commonly used than LDBs are database "view tables", SE16H, ABAP joins, SAP Query, SQVI, etc.
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perfect. Thanks peter.
Am still not clear about logical database vs other database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the LDB PNI, you will see tables called DIEAPL, DIPLKO, DIESLL, etc.
Just remove the "DI" part and in most cases this is the table name that you can view in SE16.
For example DIPLPO becomes PLPO.
Yes there are other LDBs (transaction SE36) for PM/CS, but they are not that useful. Examples are:
.
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Pete,
You mentioned about logical database.
1) Logical database: You said we can bring the Logical database in SQVI. So what happens if we do not bring logical databse? Where does the data stores? Which database?
2) Is PNI the only logical database or there are other logical databases in PM?
Nureya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First I try IA10 but that can be very slow and difficult to analyse the data in list-format.
If that isn't suitable then I try to use SQVI and LDB PNI (if I have authorisation for SQVI in production).
You can sometimes get SAP Query access in production (SQ01/SQ02) which is similar to SQVI.
Otherwise I use SE16 and table PLFH. In the newer systems you can also create table links in SE16H.
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thats why am trying to do in SQVI. How do senior consultants like you get PRTs of Individual tasklists through tables?
Nureya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, unfortunately not.
You'd need to develop a program to do that.
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Peter. Sure this works for right now.
I just put few 100 task lists in the group field and it gives the result for a tasklist and all group counters under it. But there is noway i can put a list of 100 group and corresponding group counters and get the PRT's.
Nureya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah - its a pain...
Enter a Plant, and then enter "*" in the Group field.
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Peter. IA10 keeps repeatedly throwing error " Please limit selection".
I already limited it by plant #, planner group, status and usage and is so frustrating.
Nureya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nureya,
The easiest way is to use transaction IA10 to display task lists with PRTs, and select only the Production Resource checkbox.
You will then need to display the Group/Group Counter fields using menu path: Settings->Field Selection->Production Resource/Tools
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Peter. Terrance explanation is not very clear as he is talking about finding operation and then finding group/group counter.
My requirement:-
Requirement:- Find out which Tasklist among the 1000s have PRT attached to it and which operation # in the Tasklist group has the PRT attached.
What fields/tables needs to be connected (In case of SQVI query) to get the above requirement?
Nureya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at table PLFH
Useful info: https://answers.sap.com/questions/11678292/prt-details-for-task-list-operation.html
PeteA
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
106 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.