Application Development and Automation 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: 
Read only

ADD a FIELD .

Former Member
0 Likes
1,143

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
Read only

Former Member
0 Likes
1,050

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

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 .

5 REPLIES 5
Read only

Former Member
0 Likes
1,050

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

Read only

0 Likes
1,050

- 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

Read only

Former Member
0 Likes
1,051

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

Read only

Former Member
0 Likes
1,050

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

Read only

Former Member
0 Likes
1,050

ok