Application Development 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: 

Linking wbs element in BSIS table with posid fields in prps table

Former Member
0 Kudos

hi

i have one problem, i want to link wbs element in bsis table (field sgtxt ) with posid field in prps table . I have fetehed the values of coulmn sgtxt in one table. while passing it to prps table it is not fetching value from prps as data is there in different format .

For example suppoose sgtxt in bsis table is GPI-08-PR75C-013-08, for this the value of posid in prps table is GPI08PR75C01308000. So during select statement sy-subrc = 4.

But the strange thing is if i pass the value of bsis table in table selection selection screen of prps table it is showing the complete row.

Can any one help me.

2 REPLIES 2

Former Member
0 Kudos

Hi ,

Try to convert WBS format with below FMs :

CONVERSION_EXIT_ABPSP_INPUT Conversion External > Internal WBS Element Number

CONVERSION_EXIT_ABPSP_OUTPUT Conversion Internal > External WBS Element Number

Regards

Srikanth M

0 Kudos

Thanks it has solved my problem