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

Create variant in TVARVC

Former Member
0 Likes
4,757

Hi Guys,

I was implemented one method in BADI, I was hard coded the coding, but my requirement is:

I have to create a variant in <b>TVARVC</b> table and dynamically call the variant in my BADI implementation.

Could you any bodies please provide me step by step process to create a variant in <b>TVARVC</b> table?

Thanks,

Gourisankar.

Hi Guys,

I was implemented one method in BADI, I was hard coded the coding, but my requirement is:

I have to create a variant in <b>TVARVC</b> table and dynamically call the variant in my BADI implementation.

Could you any bodies please provide me step by step process to create a variant in <b>TVARVC</b> table?

Thanks,

Gourisankar.

2 REPLIES 2
Read only

Former Member
0 Likes
1,699

1. go to the transaction <b>STVARV</b>

2.Select the tab(Parameters/Select-options) accoridng to ur requirement

3.give a name for the variable and assign values against it and save your work

4.now the variable created in step 3 can be accessed through the d/b table <b>TVARVC</b> in your BADI implementation.

Read only

0 Likes
1,699

HI Rajesh,

Thanks for your reply, but still I am facing the problem.

This transaction STVARV is not allowing to the change mode, it gives error like “<b>NO maintenance authorization for table TVARV (Display only)”.</b>

Could you please elaborate more regarding the subject?

Thanks,

Gourisankar