Have you were lacking sometimes the documentation of a FM or BAPI or a manual how to do things that should be possible to do easily but you cannot find it nowhere? If yes I hope you can find what you're ...
When you open standard transaction you may be surprised sometimes that although you're able to attach standard attachments while creating document, you're not able to attach business document at ...
... need a a method to link business documents of PR to PO. This is not so hard as we have in disposition class cl_alink_connection which allows to do such operations. Of course the time when you're copying ...
You might have a task to use or download one or all files attached to document saved via CV01N transaction. This is not a big deal really, you just need to use some FMs available in standard of SAP like ...
... parse XML using for example CL_XML_DOCUMENT class, or you can create a transformation that will convert the XML into internal table.
I've choosen the second option in this example, as I've never done ...
The main functionality of the ROLLNAME is to provide a data element that will be responsible for showing F1 help on the grid cell. If in data element the documentation is available, then it will be shown. ...
... document number. When you setup the value of this field to ‘X’, then the column(s) will be always visible. While scrolling the fields after the last field which has this flag will be moving left or right. ...
... this class (and all supporting ones) with abapGit https://github.com/fidley/Customers.
As there is no much documentation about this class yet, I will extend this article in future with more details, ...
... to create outbound delivery without reference document.
method create_delivery_wo.
data: error_log type bapiret2_t,
dates type standard table of bapidlvdeadln, ...
... in a pop-up. You can easily copy the types of FM parameters or preview the ABAPDoc and standard documentation
v. Refactoring – well, this function is really one of the nicest, select ...
Everybody sends mails from SAP, some are still using old FM SO_NEW_DOCUMENT_ATT_SEND_API1 but some CL_BCS class. This class is really powerful but it has one disadvantage - it does commit work, and not ...
... document. If you don't have it, then create it. It will take a while, but once done it's done. After such lecture your young Padawan should be able to write "Hello World" programs ...
... one of the MM t-codes like ME22N, ME51N or MIGO you see that always you got on the screen one of the latest open document there. Sometimes not last but one of the lasts and you want to make it always last. ...
Let's discus following scenarios with MM standard transactions: When you open one of the MM t-codes like ME22N, ME51N or MIGO you see that always you got on the screen one of the latest open document ...
...
data: fo_req type ref to if_purchase_requisition.
data: f_document type mepo_document.
data: fo_resetable type ref to if_releasable_mm.
data: f_success type mmpur_bool. ...
Working with Purchase Requisitions in ABAP is quite pleasant job, but sometimes it's not so easy like with other documents types. You cannot easily say if Requisition is rejected and can be reset by ...
...
data: fo_ixml_sf type ref to if_ixml_stream_factory.
data: f_ixml_data_doc type ref to if_ixml_document.
data: f_ostream type ref to if_ixml_ostream.
data: f_encoding type ref to if_ixml_encoding. ...
... all functions for OLE & MS you can find in MSDN documents.
Here is the code with f_path parameter which is used to pass path of local file to attach to message: form outlook using f_path type csequence. ...
If during creation of purchase requisition you've attached some documents into requisition and you convert requisition to purchase order then the attachments aren't copy to PO. But you can do it ...