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: 

Extend/Edit/Modif VL10C salesorder with item -> Delivery -> add functionality

timo_ehl3
Participant
0 Kudos
530

Hi out there,

i'm looking forward to get your expieriences in extending functionality in vl10c cockpit (sales order with Item).

In my case i need to

  • add additional buttons in gui status
  • add more output fields in output struccture (append structure)

Please give me some tips. Also UserExits, Programnames, Badis, Enhancements are good to know

THANK YOU IN ADVANCE

1 ACCEPTED SOLUTION

timo_ehl3
Participant
341

Thank you! Thats good.

Any Idea to enhance or edit oder modif gui status? I want to add a new button to vl10c menue.

Thanks

9 REPLIES 9

Jarosław
Active Participant
0 Kudos
341

Hi,

Look at note  198137 and 421791.

Regards,

Jarek

timo_ehl3
Participant
342

Thank you! Thats good.

Any Idea to enhance or edit oder modif gui status? I want to add a new button to vl10c menue.

Thanks

Jarosław
Active Participant
0 Kudos
341

To use this userexits from note 198137 You need key to modify V50R_VIEW function group, so You'll be able to modify GUI status. There is exit also for analyze fcode (LV50R_VIEWG01 - userexit_prepare_fcode_liste)

0 Kudos
341

Hi,

ok! Thanks. Maybe there is a possibility to set own custom gui_status? (a copy of standard001 in V50R_VIEW).

But unfortunately standard001 is already filled up with buttons!! 😞

0 Kudos
341

Some more question. How to implement LV50R_VIEWG01 and Form userexit_prepare_fcode_liste?

It's also via smod and cmod? Never did it.

Jarosław
Active Participant
0 Kudos
341

No, You should make implicit enhancment on this forms or modify it directly (first get key for modification).

0 Kudos
341

How to enhance implicit.

there is no space in this form to add own funtionality.

it seems that it is locked at all.

Can you give me step by step?

0 Kudos
341

thx a lot