2008 Sep 15 4:44 PM
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 .
2008 Sep 16 11:21 AM
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
2008 Sep 15 4:53 PM
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
2008 Sep 15 5:05 PM
- 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
2008 Sep 16 11:21 AM
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
2008 Oct 01 11:08 AM
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
2008 Oct 01 2:43 PM