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

Add button to SNC screen

Former Member
0 Likes
1,046

Dear Experts,

I have a requirement in SNC system.

Requirement: Add a new button on screen Due List for Purchasing Documents, if we click on the button it has to open a new screen where we should have a file browse filed, browse and upload buttons to upload ASN details from presentation server.

am using,

WebDynpro Component: /SCF/UIWD

WebDynpro Application: /scf/snc_s

I have used following details to add button and acheived to add button alone, but how can I assing action/event, where can I create the screen, where can I write code and how can I assign this to button action.

ApplicationID: ICH

ScreenID: DUELIST

ComponentID: DLRLTLR1

Please help me out, almost from 2 weeks am doing R and D on it.

Thanks in advance

Pallu

Dear Experts,

I have a requirement in SNC system.

Requirement: Add a new button on screen Due List for Purchasing Documents, if we click on the button it has to open a new screen where we should have a file browse filed, browse and upload buttons to upload ASN details from presentation server.

am using,

WebDynpro Component: /SCF/UIWD

WebDynpro Application: /scf/snc_s

I have used following details to add button and acheived to add button alone, but how can I assing action/event, where can I create the screen, where can I write code and how can I assign this to button action.

ApplicationID: ICH

ScreenID: DUELIST

ComponentID: DLRLTLR1

Please help me out, almost from 2 weeks am doing R and D on it.

Thanks in advance

Pallu

5 REPLIES 5
Read only

Former Member
0 Likes
944

Hello Pallu,

Once you create a button there will be a Event : OnAction. Write your code here on what should happen when the button is clicked. Then for that new screen which you are talking you have to create a new window and then a new view which consists of fileupload. On click of the button open this view.

Thanks,

Sai

Read only

0 Likes
944

Thanks for your inputs Sai, but here the screen design is not static as normal webdynpro, normally we add a button and in OnAction property we create new action and we write code for the corresponding method, but in my case (expecially in SNC) everything I need to do with configurations, the transaction for screeen configuraitons is /N/SCF/SCREENCFG, and the BADI which I used for adding button is /SCF/UIMDL_APPCUST, you can find these details only in SNC (Supply Network and Collaboration) system.

Please try with inputs again.

Thanks again in advance!

Pallu!!

Read only

0 Likes
944

Hi Pallu,

I'm extremely sorry I'm not familiar with the topic you have explained now. May be you can try in the Floor Plan Manager for webdynpro ABAP forum.

Thanks,

Sai

Read only

Former Member
0 Likes
944

HI Pallu

Were you able to get the problem solved? Actually I am facing a similar kind of issues like :

1. where did you find the WebDynpro Component and ComponentID (tables ) or some table configuration.

2. Did you enhance the Standard SNC appliaction for writing the action code or you found some exits for it.

I would appreciate to shae the knowledge.

Warm regards

Ashwini

Read only

anupam_srivastava2
Participant
0 Likes
944

Hi Pallu

How you managed to add the button, I have a similar requirement, for RR Over view screen, need to add a drop down menu on ALV tool bar.

Please can you share you did that.

Regards

Anup