Geoff Booth
- Actividad total 221
- Última actividad
- Miembro desde
- Siguiendo 0 usuarios
- Lo siguen 1 usuario
- Votos 18
- Suscripciones 92
Comentarios
Actividad reciente de Geoff Booth-
This worked fine for me on a basic SAP Purchase Order. The PO form closed as expected.
-
Try running the Close() on a core SAP form to see if it functions as expected. If it does then the issue is in your user defined form . The only code I would have in the UF to test is Close(); as n...
-
I'm still not understanding, Does the customer want to scan a barcode to retrieve a value on to a user-defined form? Then what happens - does the data need to be saved? Provide an example if possi...
-
I still don't understand what you are trying to do. You need to provide more details such as: What form are you on? What does the AutoPress next pop select do? What is the point of switching to Fi...
-
Activate(); So you activate the current open form - should be OK Activate(1281); //switch to find mode - should be OK AutoPressNextPopup(2);//Accept the yes by default - What is this popup ? Is i...
-
Hey Tom, turn on the Debug Mode on your macro. Then you can walk through the macro line by line and it will show you which form is inactive / active. That should help determine whether you need ano...
-
It may be possible depending on which documents you want to approve. Anything with a JE & a serial/batch number is likely to fail I know a consultant who is trying to solve this solution - many hou...
-
If you use the SQL report as your selector you don't use a line loop. Fill in the Select Data Target info and the report will paste the data directly into the form you launched it from (a New Sales...
-
Turn on the debug mode for your UF's. This will allow you to watch line by line what is happening which should help to troubleshoot.
-
Check your Transfer commands. They should be Transfer (<source>|<target>); Yours look backwards to me.