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

RFPOSXEXT -- report

Former Member
0 Likes
1,361

dear gurus

i have added a field U_awkey in rfposxext structure and when i run the t-code fbl1n it shows me the document reference key which is linked to the table bkpf-awkey.

i have made my own report and i want to fetch the data from structure rfposxext im getting what i require but im not getting the data from the field u_awkey .

please guide me

i have attached a link for my code

[My Report|http://www.geocities.com/saadnisarahmedkhatib/ABAP/fbl1nreport.html|Please Help Me]

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,009

Hi,

as per my understandings from ur Report link, U r fetching data to it_pos through IMPORTING a memory ID (its a local memory). U_awkey is a new field which u appended to the structure now, so this memory is not fetching the data for the new field...

i see a stmnt in ur link like below:

IMPORT it_pos FROM MEMORY ID 'it_pos'.

U need to find from where it is getting IMPORTING and then write some logic for new field U_awkey.

or

U get the data in ur program and move to the structure it_pos.

Hope its clear!!

Regards,

Pavan

dear gurus

i have added a field U_awkey in rfposxext structure and when i run the t-code fbl1n it shows me the document reference key which is linked to the table bkpf-awkey.

i have made my own report and i want to fetch the data from structure rfposxext im getting what i require but im not getting the data from the field u_awkey .

please guide me

i have attached a link for my code

[My Report|http://www.geocities.com/saadnisarahmedkhatib/ABAP/fbl1nreport.html|Please Help Me]

3 REPLIES 3
Read only

Former Member
0 Likes
1,010

Hi,

as per my understandings from ur Report link, U r fetching data to it_pos through IMPORTING a memory ID (its a local memory). U_awkey is a new field which u appended to the structure now, so this memory is not fetching the data for the new field...

i see a stmnt in ur link like below:

IMPORT it_pos FROM MEMORY ID 'it_pos'.

U need to find from where it is getting IMPORTING and then write some logic for new field U_awkey.

or

U get the data in ur program and move to the structure it_pos.

Hope its clear!!

Regards,

Pavan

Read only

0 Likes
1,009

can you guide me a little more with what you are saying

Read only

Former Member
0 Likes
1,009

plese dont do multiple posts for the same question