Hi Experts,
I have an upload file I want to upload to 2 differebt models, 1 with less dimensions.
How can I just skip a column of the upload file?
*MAPPING |
ACCOUNT = YBOACCOUN |
AUDITTRAIL = *NEWCOL(Input_Excel) |
CATEGORY = *NEWCOL(Actual) |
ENTITY =YBOPLAWER |
TIME = TIME |
YREFKUNDE = YBOREFKUN |
DATAGROUP = YBODATTYP |
YPLANT = YBOABGWER |
YMATERIAL = YBOMATERI |
RPTCURRENCY = YBOUNIT |
YKUNDBEZ = YKUNDBEZ |
YSDVERTRE = YSDVERTRE |
YPCTRNEW = *SKIPCOL |
I just want to skip or ignore the last column? What is the correct command for the transformation file? *SKIPCOL and 'SKIP so not work...
Many thanks in advance!
Sandra