Application Development 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: 

Appropriation request

Former Member
0 Kudos

hi ABAPERs,

good day,

i have one requirement,

for a given appropriation request number, i want to know,

investment program name,

thanks,

kcc

6 REPLIES 6

Former Member
0 Kudos

check table <b>E071</b>

0 Kudos

hi kishan,

E071,contains the transportation request,

i want Appropriations request,

its regarding investment management module,

tcode IMA3N,

regards,

kcc

0 Kudos

table <b>IMAK-POSNR</b>

0 Kudos

hi kishan,

thanks for your response,

IMAK containts only Appropriation request number,

but we want program name(PRNAM),position id(POSID),year(GJAHR),also,

regards,

kcc

0 Kudos

check...

<b>IMCC</b> and <b>IMPR</b>

<b>INV_PROG</b> IM_PRNAM CHAR 8 0 Investment program name

<b>APPR_YEAR</b> IM_GNJHR NUMC 4 0 Approval year of the investment program

<b>PROG_POS</b> IM_POSID CHAR 24 0 Identification for an investment program position

0 Kudos

hi kishan,

i am creating a layout for IMA3N tcode,

there are 3 fields,

PRNAM,

POSID,

GJAHR,

these are available in IMPR table,

but the POSNR (appropriation request number),

it is maintaining internally,not the one which i have given at IMA3N,

please, let me know is there any table that maintains this POSNR number with corresponding POSNR number in IMA3N transaction,

thanks in advance,

kcc