Hello,
I have implemented a solution for sending multiple idocs from VT02N. The elements:
- VOFM procedure to duplicate output message (through algorithm I create extra NAST messages)
- user exit in IDOC_OUTPUT_SHPMNT to fill extension segments...
I am developing a customer creation and modification web service. The setup is a web front coming through PI and into SAP. PI generates the empty web services (classes accessed from SPROXY tcode).
Creation is not a problem.
For modification, the ...
Hello experts,
We have configured several inbound idocs coming from an external system and the port definition in WE21 is configured for SAP release 4.X.
First incoming files (DELFOR) have incorrect segments in that system picks up extra characte...
Hello all,
We are re-engineering some programs to make them more readable, fix their naming conventions, and more importantly, improve their performance.
Good thing is that there is a lot to do (select inside loops, repeated selects, bad selects....
Hello,
We have implemented a function module for an action box. The request is to make some goods movement on the SSCC numbers listed in the assigned objects table in bottom of QM02 screen.
These entries are stored in DB table QNAO_AOBJECTS, but ...
Sandra,Actually the control record starts with EDI_DC and in fact the segment name is at the beginning of the line and at position 36.So the value in DOCREL is what determines the version. Thank you for the information! I suspected it but was not sur...
I agree with Joanna on point 4. This is a simple way to get the numc into a char and you can even control the format just as you do when you print. (decimals, thousands separator...)
Hi,In addition to what has already been said, there are many POPUP* functions that indicate in their description that they are obsolete and to use POPUP_TO_CONFIRM. This one has documentation with examples and you can check demo program RSSPO120. Alw...
James,
Thanks for this series on OO transition. I have been trying to make this transition to ABAP objects for some time. It is not easy to find the right path to enlightenment even with a good book. On the net I found a lot of experts just repeatin...
Hi,
See if this can help: 539978 - Automatic generation of BAPI test data directory
This is a system embedded in some standard BAPIs to record the executions in the test data directory of the BAPI. It is possible to implement the system in custom...