Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Functional Specification meaning

Former Member
0 Likes
397

hi all,

In one of my functional specification some Functional consultant has written like this,

To get Supervisor

Table HRP1001:

From Object Type P -


> Relationship A008 to Object type S where ENDDA = 31.12.9999 -


> Object Type S (e.g., 123).

From Object Type S(123) -


> Relationship type A002 to Object type S where ENDDA = 31.12.9999 -


> Object Type S(e.g., 124)

From Object Type S(124) -


> Relationship Type A008 to Object Type P where ENDDA = 31.12.9999. Get Target Object ID

Check PERNR in PA0001(Target Object Id ), table fields to be displayed for Supervisor Name is ""PA0001-SNAME"""

Can anyone explain what he means?

regards

Jose

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
375

What i understand from your Functional Specification is that:

you need find out object id of superviser by using table HRP1001by using following process

1.1st Use object type P(for person),Relationship A,Relat'ship 008 as criteria to find out object id.

2. Then use object type S(For position) and like wise use other criteria to compare and findout the object id .

Once you find object id use it and find Personnel number(Pernr) in PA0001.

Hope it helps.

Thanks

Snehasish

2 REPLIES 2
Read only

Former Member
0 Likes
375

Wouldn't it be better at ask the functional consultant who wrote it?

Failing that, take a look at table HRP1001, its fields and the data in it to give the description some context.

Regards,

Nick

Read only

Former Member
0 Likes
376

What i understand from your Functional Specification is that:

you need find out object id of superviser by using table HRP1001by using following process

1.1st Use object type P(for person),Relationship A,Relat'ship 008 as criteria to find out object id.

2. Then use object type S(For position) and like wise use other criteria to compare and findout the object id .

Once you find object id use it and find Personnel number(Pernr) in PA0001.

Hope it helps.

Thanks

Snehasish