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

Modifications on standard function module

Former Member
0 Likes
1,067

Hi experts,

           Happy New Year to all...

      While working on standard function module 'CN_SUCHE_FREIE_NUMMER' it gives several dialog boxes while executing after that it gives the proposed project value i.e new project number(proj-pspnr). In my requirement i do not want those dialog boxes i want directly proposed project number(proj-pspnr). This function module used in transaction 'CJ20N' that's why i do not copied to z-function module.

4 REPLIES 4
Read only

Former Member
0 Likes
880

There is a parameter NO_DIALOG for Function module      CN_SUCHE_FREIE_NUMMER.

But it will work only for SEARCH_IMP = 2 and 5

Read only

vishal_sharda2
Participant
0 Likes
880

Hi,

Please provide the data values you are passing to the FM. I am not sure if a solution is there, but let me debug and see.

thanks!

-Vishal.

Read only

0 Likes
880

Hi,

Please find it.

.

Read only

0 Likes
880

A quick fix. Copy this FM and comment out the Pop up dialog codes then use it .

Thanks,

Prakash