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: 

VFBS in Sales Order

Former Member
0 Kudos

I want to add to tabstrip control to Additional DataB in Sales order processing. I found the following screen SAPMV45A 8459 where I can make the necessary changes..

Using tcode VFBS, I need to call additional screens.

My function codes are 'TAB1' and 'TAB2' and additional screens are 9001 and 9002... Can anyone elaborate the entries I need to make in VFBS for my example.

1 ACCEPTED SOLUTION

Vinod_Chandran
Active Contributor
0 Kudos

Hi,

Please have a look at these posts.

Thanks

Vinod

2 REPLIES 2

Vinod_Chandran
Active Contributor
0 Kudos

Hi,

Please have a look at these posts.

Thanks

Vinod

0 Kudos

Vinod thanks.. I looked at those two posts before itself.. for my case, would this be sufficient..

1. Go to transaction VFBS. Give the program name as SAPLCOIH. Select the table T185F (First Radio button Option) and go into the change mode. Make a New Entry in the table as follows:

Program = SAPMV45A

TTyp (Transaction Type) = *

FCode = TAB1. (OR should I give ZTB1)

Save the data and come back to the initial screen of VFBS

2. From the initial screen of VFBS, give the program name as SAPMV45A again and select the table T185 (Second Radio Button Option) and go into the change mode. Make a new entry in this table as follows -

Program: SAPmv45a

Scr.seq.group = *

It.gr.scr.seq. = *

Screen group = *

Panel = *

Processing Location Function code = ZTB1

Next Location Function Code = ZTB1

Parameter source = A

And do the same for second tab?

Thanks