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

Tab "Additional Data B"

kumaro412
Active Participant
0 Likes
599

Hello,

I've created a pushbutton on the additional data B screen of the contracts (VA4x) ... This button executes another own-created program (submit ... and return), which seems to work fine ... But I still have one problem : When the other program is finished, I got the following error-message : "Requested function T\15 is not available here" ...

My problem is that I should be able to define the tab of the additional data B dynamically, but I don't know how to do that ...

Can anyone help me with this ?

Thanks,

Kurt.

Hello,

I've created a pushbutton on the additional data B screen of the contracts (VA4x) ... This button executes another own-created program (submit ... and return), which seems to work fine ... But I still have one problem : When the other program is finished, I got the following error-message : "Requested function T\15 is not available here" ...

My problem is that I should be able to define the tab of the additional data B dynamically, but I don't know how to do that ...

Can anyone help me with this ?

Thanks,

Kurt.

3 REPLIES 3
Read only

kumaro412
Active Participant
0 Likes
542

Trying some things out finally give me the solution for this problem ...

Just before the submit statement, I change the fields 'sy-ucomm' and 'fcode' to 'PZKU' and this seems to work quite fine !!!

Read only

Former Member
0 Likes
542

Hi Kurt,

I would like to use additional tab in VA42 and VA43 whatever provided by SAP. In additional tab I want to display some fields.

So can you suggest me how to use these tab.

Thanks

Amit

Read only

0 Likes
542

Hoi,

To use this additional tab in VA4x, you have to use screen 8459 of program SAPMV45A which is provided by SAP ... This screen appears automatically on the "Additional Data B" tab of the items ...

I hope you know with this information ?

Greetz,

Kurt.