Hi Saurav,
As i can see the issue is with the form interface.You are not passing the it_vbrp in form interface.
instead you have declared it_vbrp in the global definition so the it_vbrp is empty.
remove it_vbrp from global data and declare it_vbrp in the form interface. pass it_vbrp from your driver program.