Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SAP table updated in transaction BGM1

Former Member
0 Kudos

Dear All,

Please drop in ideas about the standard SAP table being updated while running BGM1.

Regards,

Prosenjit.

5 REPLIES 5

naveen_inuganti2
Active Contributor
0 Kudos

Hi..,,

Activate the SQL trace and run this transaction with mandaory inputs,

Now decativate the trace and display the trace,

You can find all the table names in the object name column of trace list.

Thanks,

Naveen.I

bpawanchand
Active Contributor
0 Kudos

Hi

What you can do is run the t-code ST05 and click on ACTIVATE TRACE and in other session run the t-code BGM1 and create a warranty then go to ST05 t-code and click on DEACTIVATE TRACE and click on DISPLAY TRACE and on the application tool bar you can find a button DDIC information click that.

there you can find the tables that are used by the t-code

Regards

Pavan

GauthamV
Active Contributor
0 Kudos

hi,

tables used for BGM1 transaction.

BGMK - Master Warranty Header

BGMP - Master Warranty Item

BGMKOBJ - Master Warranty - Object Assignment

BGMZ - Warranty Counter.

former_member585060
Active Contributor
0 Kudos

Hi try this tables

Table Name Short text

BGMK Master Warranty Header

BGMKOBJ Master Warranty - Object Assignment

BGMP Master Warranty Item

BGMS Master Warranty Text Item

BGMT Master Warranty Text

BGMZ Warranty Counter

T790 Warranty Transaction - Initial Values

T790_C Warranty Default Values - Initial Transac

T790G Warranty Type

T790G_T Warranty Type Text

T790T Warranty Category Functions

T790T_C Warranty Category Default Values

T791Z Permitted Warranty Counters - General

Edited by: Bala Krishna on Sep 29, 2008 6:27 PM

Former Member
0 Kudos

Thanks!