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

Custom Tcode for VF01

Former Member
0 Likes
819

Hi,

My requirement is to create a new tcode(ZVF01) for VF01.

In the new tcode, User should able to process/create ONLY billing document. All other fields like billing type and billing date should be disabled.

So user will give only billing document.

This can be done through SHD0.

But after giving the document, when user hit enter, it should go to next screen "Create Item". In this screen also, all the fields should be display mode(non-editable).

In SHD0, how can we set the next screen settings?

1 ACCEPTED SOLUTION
Read only

former_member191735
Active Contributor
0 Likes
698

>

> Hi,

>

> My requirement is to create a new tcode(ZVF01) for VF01.

>

> In the new tcode, User should able to process/create ONLY billing document. All other fields like billing type and billing date should be disabled.

>

> So user will give only billing document.

>

> This can be done through SHD0.

>

> But after giving the document, when user hit enter, it should go to next screen "Create Item". In this screen also, all the fields should be display mode(non-editable).

>

> In SHD0, how can we set the next screen settings?

I think, you have answered your questions.

You can do SHD0 .

I would preffer SHD0 and use user exits to default the dates and billing type. Create a ZVF01 is a mess..... I wouldnt do that but if i have to i will....

4 REPLIES 4
Read only

former_member191735
Active Contributor
0 Likes
699

>

> Hi,

>

> My requirement is to create a new tcode(ZVF01) for VF01.

>

> In the new tcode, User should able to process/create ONLY billing document. All other fields like billing type and billing date should be disabled.

>

> So user will give only billing document.

>

> This can be done through SHD0.

>

> But after giving the document, when user hit enter, it should go to next screen "Create Item". In this screen also, all the fields should be display mode(non-editable).

>

> In SHD0, how can we set the next screen settings?

I think, you have answered your questions.

You can do SHD0 .

I would preffer SHD0 and use user exits to default the dates and billing type. Create a ZVF01 is a mess..... I wouldnt do that but if i have to i will....

Read only

0 Likes
698

Yes..But my question is how can we set the settings for next screen of the VF01 in SHD0?

Ezhil

Read only

0 Likes
698

>

> Yes..But my question is how can we set the settings for next screen of the VF01 in SHD0?

>

>

> Ezhil

Have you tried it doing? You need to run through with some test data. Please run through the transaction completely with processing option.

Read only

0 Likes
698

Thank you