cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add Job Posting after applying RECFA CHNLM

andershpedersen
Explorer
0 Likes
370

Hi,

I am in the progress of applying SAP Note 1969434 (Channel Management Improvements) by switching on RECFA CHNLM.

This does quite a lof of different things though, and one of these is sadly working counter productive.

The reason is that the Posting Channels now is sorted in Internal and External - AND is also sorted based on country.

Since we don't use different Posting Channels for different countries, they all get stacked under "Country Other".

And this "tab" is closed:

Our recruiters therefore have to open these up every time, which is not acceptable by the business.


Is there any way to remove the sorting by country, or make it so the "Other" tab isn't closed by default...?


With best regards,

Anders

Accepted Solutions (1)

Accepted Solutions (1)

FrankKrause
Participant
0 Likes

Hello Anders,

the requirement to the customer connection program was to have a country-based channel management. Looking at it today, I wish the solution would be more flexible.

In method "DISP_CHNS_GROUPING_COUNTRY" of ERC_C_REQ_MGMT_UI->V_PUBLICATIONS you can set the table hierarchy to expanded for both tables.

Good luck.

Frank

andershpedersen
Explorer
0 Likes

Hi Frank,

thanks for the quick answer!
I have my ABAP'er looking at the method now, will get back when he's done.

Indeed, it does the job as intended - but is very rigid. And for companies that doesn't have the country dependent channels, the note comes with a lot of good stuff - but also some unwanted changes.

Hopefully this will do the trick. 🙂

/Anders

andershpedersen
Explorer
0 Likes

Hey Frank,

won't this give a repair in the system, which will give an entry in our SPAU...?

We strive towards using SAP standard, and this does not comply very well with that... Shouldn't there be some other possibility? 🙂

/Anders

FrankKrause
Participant
0 Likes

Hello Anders,

of course you can use the enhancement framework and create an overwrite exit for this method, which is probably the easiest way. This is supposed to be within SAP standard.

I prefer minor modifications than an overwrite exist. A post exit might also be an option in this case.

Good luck.

Frank

Answers (1)

Answers (1)

andershpedersen
Explorer
0 Likes

Hey Frank,

thanks for you very quick respons! 🙂

And thanks for the guidelines, I'll try to look into it! 🙂

All the best,

Anders