2009 Apr 14 9:05 AM
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]
2009 Apr 14 9:16 AM
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]
2009 Apr 14 9:16 AM
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
2009 Apr 14 10:02 AM
2009 Apr 14 9:32 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |