on 2016 May 17 1:46 PM
Hi,
How to create a formula (or procedure) that can be used to load data from SGTXT to an attribute but: not overwriting any value that have already been loaded in that record and if value of HKONT is different from eg. 2*.
The sample data in data source is:
BELNR | HKONT | SGTXT | ACTION |
---|---|---|---|
001 | 101 | text1 | load (nothing have been loaded to that field against BELNR number) |
001 | 202 | text2 | load (as this is HKONT 202 we don;'t check if anything has been loaded against that BELNR number) |
001 | 101 | text3 | do not load ! (because we already have a "text2" in this field) |
001 | 101 | text4 | load (because nothing has been loaded to that BELNR so far) |
002 | 203 | text5 | load (as this is HKONT 202 we don;'t check if anything has been loaded against that BELNR number) |
The question is how to check if anything has been loaded before in given record and skip loading this is the case.
Regards, Leszek
Request clarification before answering.
I assume you are loading to an infoobject that is a concatenated or compounded verson of BELNR & HKONT? If so:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
41 | |
15 | |
10 | |
9 | |
6 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.