Monday, January 11, 2010

How to know a field name in SAP B1

SAP B1 developer absolutely must to know what a fieldname that used to insert data or used as parameter.
I will share this beginner function below.

Example, you active screen is Item Master Data and you want to know fields name of Purchase Item classification.
Below are the steps:

  1. Move your mouse to Menu Bar View and give mark on System information
  2. Bring your cursor on text “Purchase Item” and watch your bottom bar, you will see a description of that field, table name and field name
Result:
First row: Purchase Item [Yes/No]
Second row: Y[Form =xx Item =xx Pane =0 Variable = x OITM,prchseItem]

Explanation:
Table name: OITM
Field name: prchseItem

It is so easy and enjoys. J

No comments:

Post a Comment