cancel
Showing results for 
Search instead for 
Did you mean: 

How to take WBS from table PRPS

pradeep_mahamuni
Contributor
0 Kudos

I want to take WBS from table PRPS but what happening is

in POSID wbs is stored without seperating special charactrs (eg.-./)

eg. y.003.02 is stored as y00302

and in POSKI it strored as it y.003.02 but problem is here limitation is 16 char and long length WBS are stored upto 16 char.

then how to read WBS having more than 16 char. POSID is having 24 Chr limit but here valus strored without seperatrs.

I want to extract whole WBS with seperater characters.

Please tell exact filed / table (If anu other) and how to get it.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use following conversion exit in ur programe............

CONVERSION_EXIT_ABPSN_INPUT

CONVERSION_EXIT_ABPSN_OUTPUT

Then WBS ID wil be shown with special characters.

Venkat

Answers (0)