• You are here:
  • Home »
  • Author's Archive:

All posts by se80

Change name of enhancement tab within IW32

This is very simple to do by using SAP translation: Open function group COIH within transaction code SE80. Select screen 1100 (double click) Use menu option GOTO->Translation Click Ok(green tick) on

Continue reading

Add WBS Milestones to sales order

Use SAP transaction VA02 Enter your sales order number and press enter Use menu Goto->Header->Billing plan On the next screen click on the Milestones button at the bottom   Now enter

Continue reading

Create milestones on WBS

Here are the simple steps required to add milestones to a WBS Execute SAP Transaction CJ02 Enter your WBS number into the appropriate field and press enter Use menu option WBS element->Milestone

Continue reading

Display URL in SAP ABAP report using class method

*&---------------------------------------------------------------------* *& Report  ZDISPLAY_URL *& *&---------------------------------------------------------------------* *& *&---------------------------------------------------------------------* REPORT  Zdisplay_url.

Continue reading

SAP Table type structure for select-option

If you want to use or pass selection options into your SAP function modules you can use table type RSELOPTION which has the line type of RSDSSELOPT.   This field can then be used directly as a

Continue reading

Table Maintenance dump – Negative value

If you get the following DYNPRO_FIELD_CONVERSION error when you access your table maintenance via transaction SM30 it is probably due to negative values within your table fields. Category: Error at Screen Runtime

Continue reading

SAP Netweaver Gateway for SAPUI5, SAP Fiori and SAP HANA

  Course description SAP world is moving very fast and in completely new directions and if you do not keep up with them then you will be left out. This course will give you real life experience, knowledge

Continue reading

SAP Audit Compliance

The Instructor The instructor will be teaching in a way that he WILL MAKE SURE that you understand even the MOST complicated topics and you WILL be able to replicate those results. This training will

Continue reading

Add Google analytics to your wordpress blog

Slightly off topic but if you want to install Google Analytics onto your WordPress blog simply add the code provided by Google to the footer.php file, directly above the </body> command. This can

Continue reading

Payroll control record PA03

The payroll information displayed via transaction PA03 is stored within tables T569V, T549A and T549Q. They can also be retrieved using Function module PA03_PCR_READ Another useful function module could

Continue reading