I had a problem when implementing some posting’n’clearing action (FM POSTING_INTERFACE_CLEARING).
Once I’ve filled correctly all required fields I’ve found that with other account it doesn’t work.
The answer is simple – the field requirement is handled with configuration in OB14 transaction.
read more…
How to find hardcoded texts in ABAP source codes ?
If you must find a place in ABAP source code where specific command or hardcoded text is used…
run this report and everything will be clear…
Dialog transaction with ALV IDA
In new ABAP version you can find very usefull technology called ALV IDA.
The difference between old ALV is that IDA works directly at DB layer so we cannot feed it with internal tables. Also it will be useless for reports running in background. You might say – in most cases it won’t be usefull and you might be right, but on the other hand it seems to be very powerfull buliding fast monitoring and reporting transactions.
In the example underneath you can find an approach how to easily create own dialog transaction based on ALV IDA technology. Using this template you can enhance your development with new screens in a couple of minutes.
read more…
Is it even possible to use TTS in ABAP coding ?
Upgrade SAP PI to single stack – don’t be afraid
Some of you might have some objections against migrating your current ABAP & Java stack solution to a new single stack platform. This blog was created to show you benefits and describe hints how to manage some specific development/integration in a new environment. The world is changing and so is with SAP products. Don’t be afraid and enjoy using brand new solution.
SAPUI5 Date and Time format from ABAP ODATA
Just to have it clarified and put together in one place.
Underneath you’ll find a Date & Time formatting for XML view from standard ABAP DATE and TIME format.