Table list used by SAP ABAP Function Module GET_PART2_SERNO (Function module to get part 2 serial no. for the part 1 serial no.)
SAP ABAP Function Module
GET_PART2_SERNO (Function module to get part 2 serial no. for the part 1 serial no.) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | J_1IEXCDTL | Excise invoice line item details | ||
| 2 | J_1IPART1 | Excise part I detials | ||
| 3 | J_1IPART1 | Excise part I detials | SOURCE VALUE(I_EXGRP) LIKE J_1IPART1-EXGRP |
|
| 4 | J_1IPART1 | Excise part I detials | SOURCE VALUE(I_REGTYP) LIKE J_1IPART1-REGTYP |
|
| 5 | J_1IPART1 | Excise part I detials | SOURCE VALUE(I_SERIALNO) LIKE J_1IPART1-SERIALNO |
|
| 6 | J_1IPART1 | Excise part I detials | SOURCE VALUE(I_SYEAR) LIKE J_1IPART1-SYEAR |
|
| 7 | J_1IPART2 | Excise Part II details | ||
| 8 | J_1IPART2 | Excise Part II details | SOURCE VALUE(E_SERIALNO) LIKE J_1IPART2-SERIALNO |
|
| 9 | J_1IPART2 | Excise Part II details | SOURCE VALUE(E_SYEAR) LIKE J_1IPART2-SYEAR |
|