Other

What is the T code for function module in SAP?

What is the T code for function module in SAP?

To look at how to create function modules, the function builder must be explored. You can find the function builder with transaction code SE37. Just type a part of a function module name with a wild card character to demonstrate the way function modules can be searched for. Type *amount* and then press the F4 key.

What is CS03 in sap?

The transaction CS03 is used to display the Bill of Materials for a particular material belonging to a particular plant for a BOM usage.

What is CS03?

CS03 (Display Material BOM) is a standard SAP transaction code available within R/3 SAP systems depending on your version and release level.

What is a function module?

Function modules are ABAP routines that encapsulate program code and provide an interface for data exchange. Function modules are stored in a central function library. They are not application-specific and are available system-wide.

What is the purpose of the transaction cs03?

The transaction CS03 is used to display the Bill of Materials for a particular material belonging to a particular plant for a BOM usage. Go to transaction CS03. We need to enter Material, Plant and BOM Usage as mandatory parameters. This will displays all the components and its details for the material.

How to check tcode authorisation in cs03?

Simply execute CS03 and then execute /NSU53 immediately afterwards. A report of all authorisations checked will then be displayed…See check tcode authorisationfor full details and screenshots. Object Field Value

How to execute cs03 in sceenshot tcode?

Please enable JavaScript to view the CS03 SAP Sceenshot Tcode Authorisation objects To check if you have the required level of authorisation to run this and any transaction use SU53. Simply execute CS03 and then execute /NSU53 immediately afterwards.

Where do I find the price list in cs03?

For sales bom, the usage is set to ‘5’. The function module will return an internal table T_STPO, which will contains all the details displayed in CS03 transaction. To get the details of the price list, we need to get the details from table A923.

Author Image
Ruth Doyle