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

problem in creating transaction variant

Former Member
0 Likes
1,882

Hi all,

I am trying to create transaction variant for F- 41 transaction . it's giving an error message .

Variants are possible only for dialog transactions.

Message no. MS417

Diagnosis

You cannot create variants for variant or parameter transactions.

Procedure

Variant transaction: Adjust the variant

Parameter transaction: Adjust the parameter(s)

i need to disable the filed 'document type' .

Guide me.

Regards,

Ravi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,117

Hi Ravi,

F-41 it self a transaction variant of FB01 with following values.

BKPF-BLART = KG

RF05A-NEWBS = 21

You cannot create a trasaction variant of a trasaction variant.

Try creating transaction variant of FB01

2 REPLIES 2
Read only

Former Member
0 Likes
1,117

Hi,

You can copied into SAP standard program to Zprogram and then use the Loop at screen....Endloop to disable the Documnet type.

FYI...If you go for F.14 transaction there you find Sytesm----> status .. there you will find SAP standard program. Make a copy to Zprogarm and try to disable it.

Regards

Thiru

Read only

Former Member
0 Likes
1,118

Hi Ravi,

F-41 it self a transaction variant of FB01 with following values.

BKPF-BLART = KG

RF05A-NEWBS = 21

You cannot create a trasaction variant of a trasaction variant.

Try creating transaction variant of FB01