on ‎2013 Jul 03 5:36 AM
Hello Gurus,
I have a requirement where I need to show values for materials whose (BSTAUS) = V and(BSTTYP) = V .The values are there at PSA level but I saw in the transformation for 2LIS_03_BF that the values for such scenarios are getting deleted , so it is not getting reflected at the cube level . I refered to NOTE 571669 but I didn't understood how to implement the solution.
Can someone guide me about how to implement the solution code wise.
Request clarification before answering.
Hi,
I have gone through the note.
Few questions :
As this note is very old so you need to check on the same as well.
You have to ignore the start routine part and follow the routines written in communication structure.
Hope it gives some idea.
Regards,
AL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anshu,
1 . My Inventory data flow is in 7.x flow
2 . Bw Release - 731 , SP- level - 0004 , Support package - SAPKW73104
3 . I have a report for non - moving inventory where I need to capture receipt value having movement 101 . Now the problem that I am facing is that if there is a movement type 101 and stockcat =v and stocktyp =v the particular record is deleted at transformation level because of the code as mentioned below :-
* INSERT BEGIN
loop at DATA_PACKAGE.
if DATA_PACKAGE-stockcat eq 'V' or
DATA_PACKAGE-stocktype eq 'V'.
delete DATA_PACKAGE.
endif.
endloop.
* if abort is not equal zero, the update process will be canceled
ABORT = 0.
* INSERT END
Now the Note 571669 tells a workaround solution for the same . I wanted to know how to implement that solution code-wise as I am not able to understand the solution thoroughly.
Hi,
First of all the code given in that note is for 3.x flows and not for 7.x.
You need to comment the start routine part in case you are planning to capture material consumption value and quantity.
Enhance your cube with the 2 keyfigures as mentioned in that note.
Replace comm_structure with source_fields in case of 7.x.
Map all the fields stated above with your newly created keyfigure and write the field level routine.
Hope this helps.
Regards,
AL
Hi Anshu,
The problem got resloved by writing the field level routine for the two key figures .
Thanks a lot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nagndra,
Go to Tcode: SNOTE
In the Application toolbar click Download button.
Give the note number and download it.
After downloading the note you will find this note under NEW node in the tree.
Double click on the note.
This Note is of type Can not be implemented.
Try To read the Note and follow the instructions accordingly.
Regards,
Anil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Anil,
I tried donnloading the note but I got the below error,
An error occurred during RFC communication with a remote system. SAPOSS was
used as a destination (maintain destinations in transaction SM59). The message
returned by the RFC interface is:
Error when opening an RFC connection (LB: Hostname or service of the message
server unknown DEST =SA
Hi Nagendra,
Implementing note means you may need install some patches. its not manual kind of work.
Thru note you find advantages and effect if any. inform the same to your supervisors and get approval to implement.
once you got approvals from respective supervisors, take basis team help and implent on sand box or dev system. check the data flow once and values how its loading to target from psa.
if everything looks fine then move to qualitya and do some test case and next moce to prod thru transport request.
If you don't have OSS id to check what OSS Note have, you can t code SNOTE.
further more details, look the below blog which made by mate Suman.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nagendra,
As said by AL,
please check the version. for which version that note will applciable. if your system details(version, patches) are the same, then you can go ahead with the same note.
Note saying to use routines, take ABAP exepert help and maintian logic and check the data load once. on dev system.
bit kind of abap related thing, explain the same to abaper and he will help you how to pull data into ZVERWERT and ZVERMENGE .
Thanks
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.