cancel
Showing results for 
Search instead for 
Did you mean: 

Partner Assignment Tab in Transaction

Former Member
0 Kudos

Hi All,

Can  anyone advise in which table partner assignment data (business Partner ) will be saved. In tables VTBFHA / VTBFHAZU and VTBFHAPO I am not able find business partner which is assigned in partner assignment tab.

Regards,

Hari

Accepted Solutions (1)

Accepted Solutions (1)

grigoriy_babitskiy
Active Contributor
0 Kudos

Hello, Hari.

Check this table VTBPA

Former Member
0 Kudos

Hi Grigoriy,

Why VTBPA table is not showing in transaction FTR_SHOW ?

grigoriy_babitskiy
Active Contributor
0 Kudos

This transaction contaions only these tables.

Include FTR_SHOWTOP FTR_SHOWTOP


* datas

data: gl_str_vtbfha            type vtbfha,

       gl_tab_vtbfha            type table of vtbfha,

       gl_str_vtbfhazu          type vtbfhazu,

       gl_tab_vtbfhazu          type table of vtbfhazu,

       gl_str_vtbfinko          type vtbfinko,

       gl_tab_vtbfinko          type table of vtbfinko,

       gl_str_vtbfhapo          type vtbfhapo,

       gl_tab_vtbfhapo          type table of vtbfhapo,

       gl_str_vtbafinko         type vtbafinko,

       gl_tab_vtbafinko         type table of vtbafinko,

       gl_str_vtiafinko         type vtiafinko,

       gl_tab_vtiafinko         type table of vtiafinko,

       gl_str_vtbfhapo_unfixed  type vtbfhapo_unfixed,

       gl_tab_vtbfhapo_unfixed  type table of vtbfhapo_unfixed,

       gl_str_vtifha            type vtifha,

       gl_tab_vtifha            type table of vtifha,

       gl_str_vtifhazu          type vtifhazu,

       gl_tab_vtifhazu          type table of vtifhazu,

       gl_str_vtifinko          type vtifinko,

       gl_tab_vtifinko          type table of vtifinko,

       gl_str_vtifhapo          type vtifhapo,

       gl_tab_vtifhapo          type table of vtifhapo,

       gl_str_triat             type triat,

       gl_tab_triat             type table of triat,

       gl_str_refon             type refon,

       gl_tab_refon             type table of refon,

       gl_str_vtbkores          type vtbkores,

       gl_tab_vtbkores          type table of vtbkores,

       gl_str_trdt_flow         type trdt_flow,

       gl_tab_trdt_flow         type table of trdt_flow,

       gl_str_trdt_trdbustrans  type trdt_trdbustrans,

       gl_tab_trdt_trdbustrans  type table of trdt_trdbustrans,

       gl_str_payrq             type payrq,

       gl_tab_payrq             type table of payrq,

       gl_str_bkpf              type bkpf,

       gl_tab_bkpf              type table of bkpf,

       gl_str_bseg              type bseg,

       gl_tab_bseg              type table of bseg,

       gl_str_fdt1              type fdt1,

       gl_tab_fdt1              type table of fdt1,

       gl_str_fdc1              type fdc1,

       gl_tab_fdc1              type table of fdc1.

and nothing more!

Answers (0)