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

CREATING TABLE

Former Member
0 Likes
532

HOW TO ASSIGN CURRENCY & QUANTITY FIELD IN YOUR OWN ZTABLE

6 REPLIES 6
Read only

Former Member
0 Likes
512

Simply add a currency unit field or Quantity unit field and link them to the Currency or Quantity field.

Andrew

Read only

uwe_schieferstein
Active Contributor
0 Likes
512

Neela

When you display your custom table (or structure) using transaction SE11 you will see a tabstrip <i>Currency/quantity fields</i>. Switch to this tabstrip and enter the required values.

Regards

Uwe

Read only

Former Member
0 Likes
512
'please  see the   below  link  for creating new Z***  Tables   as your  own

<a href="http://">http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm</a>

and in that link please see point 4 there is reffence fields and refference table for Currency & Quantity fields double clich on the bule underlined text ... it will show you how to assign the Reffernce fields .

<a href="http://">http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ea5d446011d189700000e8322d00/content.htm</a>

reward points if is usefull ..

Girish

Read only

Former Member
0 Likes
512

hi neela,

when assigning CURRENCY & QUANTITY FIELD IN YOUR OWN ZTABLE you need to give the refernce table name of that fields..in ur table...

thats all...

hope this may be useful..

please reward if usefull...

regards,

prashant

Read only

Former Member
0 Likes
512

by using transaction code se11 on command field, you can display the table created by you. you can able to see tab strip named as currency/quantity fields. enter the required fields means give the reference by search key.

hope it may be usefull..

regards,

vasu...

Read only

Former Member
0 Likes
512

hi

good

Table pools (pools) and table clusters (clusters) are special table types in the ABAP Dictionary. The data from several different tables can be stored together in a table pool or table cluster. Tables assigned to a table pool or table cluster are referred to as pooled tables or cluster tables.

A table pool or table cluster should be used exclusively for storing internal control information (screen sequences, program parameters, temporary data, continuous texts such as documentation). Data of commercial relevance is usually stored in transparent tables.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f083446011d189700000e8322d00/content.htm

thanks

mrutyun^