Relative Content

Tag Archive for sap

SAP material master views during creation

When I create a material in SAP (via e.g. MM01) I can select which views I want created.
Let’s say I select only BasicData1, fill in necessary details and save.

Variavel do SAP wnd[0]/usr/ssubSUB_MAIN_CARRIER:SAPLMIGO:0002

essa variável do SAP se altera conforme a quantidade de sub menus abertos na transação “MIGO”, eu gostaria de tirar o On Error Resume Next e ajustar para uma solução definitiva.
o trecho “wnd[0]/usr/ssubSUB_MAIN_CARRIER:SAPLMIGO:0006” as vezes se altera para “wnd[0]/usr/ssubSUB_MAIN_CARRIER:SAPLMIGO:0002” dependendo da velocidade em que o sistema roda a macro.
teria como inserir uma verificação para que alterasse conforme a necessidade? sem ser com on erro goto?

How infopackage for extraction delta keeps track of what it did?

If you create a an infopackage that extracts full but with date period condition, is it going to change something in what infopackage that extracts delta does?
I have missing data from a year ago and i would rather not pull full table since its a 100mil or so rows….so how to create infopackage that pulls just the missing dates worth of data?