The standard SAP MM advice is that only two periods can be open simultaneously.
How to determine them from within the program (FM to call/table to read)?
The standard SAP MM advice is that only two periods can be open simultaneously.
How to determine them from within the program (FM to call/table to read)?
This information is stored in table MARV.
(Answer found on SDN).
1.Go to T code MMRV
2.Provide company code
you can find the current period , previous period and last period in previous year
We have upgraded our development SAP system from (ECC6 and SAP Portal) from SPS3 to SPS5. Now when a user logs onto the SAP Portal and run a bespoke Java Web Dynpro screen (which in turn calls SAP ...
I don t know a thing about ABAP, apart from it has an OO side, and I would like to have some kind of helicopterview of it before I start to look at it in detail. I know I can find all of this when ...
here in switzerland our currency is francs and the smallest coin is 5 centimes which is 0.05 francs. what is the best way to round amounts to be payable with our money using the programming language ...
Can anyone provide me link or Ebooks of ABAP Ecc.6 or the way to fine them for Associalte Level exam preparation.
Are there general ABAP-specific tips related to performance of big SELECT queries? In particular, is it possible to close once and for all the question of FOR ALL ENTRIES IN vs JOIN?
The standard SAP MM advice is that only two periods can be open simultaneously. How to determine them from within the program (FM to call/table to read)?
Below is a code snippet that is creating object. Form userexit_save_document_prepare. data: /bks/exitmanager type ref to /bks/exit_manager. create object /bks/exitmanager exporting ...
My company is working on a project that needs to read XML files within ABAP. When the XML file has no data for a particular tag it omits that data. Some tags are self closing. e.g. <tag /> The ...