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: 

ADD a FIELD .

Former Member
0 Kudos
196

Hi Guys , I need to add a new date field to a standard transaction in ecc 6.0 , I will fill a new field in a standard table with the new field information in the transaction. How Can I do that ? . I already know that the best way to add a field in standard table is appending structures (isn´t ? ) , but what about the standard screen in the standard transaction , How to add the field there , Where I should put the insert into to fill the table ? any advice ? thank you very much .

1 ACCEPTED SOLUTION

Former Member
0 Kudos
103

You can add field using append structure. But to display them, you have to use a screen exit defined for that txn. If it is not there, you can't add that field into standard txn.

Regards,

Jeet K Bhatt

5 REPLIES 5

Former Member
0 Kudos
103

Hi

Yes, you're right, the best way to add new fields in a standard table is to use an append structure.

How to add the new fields in std transaction depends on which trx you're speaking about: there are severals ways:

- to Copy the std trx into z-trx;

- to Change the std trx;

- to Use screen-.exit;

But we can know which is the best one only if we know which trx is

Max

0 Kudos
103

- to Change the std trx; I think is the best solution In order to have only one trx . Max trx is /DSD/DE_ENTRY

Edited by: Ali Sanchez on Sep 16, 2008 4:15 AM

Former Member
0 Kudos
104

You can add field using append structure. But to display them, you have to use a screen exit defined for that txn. If it is not there, you can't add that field into standard txn.

Regards,

Jeet K Bhatt

Former Member
0 Kudos
103

Hello,

how to add a filed (Iban) under a bank name, in a screen 6000, program SAPLMR1M ==> transaction code MIRO?

Version 4.6C & ECC6

Thanks for your help

Francoise Rouet

Former Member
0 Kudos
103

ok