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: 

adding new fields to field catalog of access sequence

Former Member
0 Kudos

Hi,

can anybody tell me how to add new fields to the field catalog of a access sequence

and also how do i modify an already existing access sequence

Thanks,

Raghu

1 ACCEPTED SOLUTION

Former Member
0 Kudos

How do I add the field not included in the field catalog of a listing exclusion table?

Do i have to use tcode MC18 and MC21?

I was told that an abaper has to do some code change to bring the field into field catalog.

but I couldn't find where to code.

A liitle help on this will be really helpful.

thanks,

Raghu.

9 REPLIES 9

0 Kudos

Amit,

thanks for the info, it was refreshing.

But as i mentioned earlier, can you tell me how to add a new field to the field catalog?

For example, in my current field catalog there is no item category, I would like to use that in my access sequence.

How do I do that?

Thanks.

messier31
Active Contributor
0 Kudos

Hi,

Go to transaction SM30 and maintained V_T681F for you Usage / Applications / Field group combination.

Same can used both for adding and changing existing entries.

Enjoy SAP.

Pankaj Singh.

Former Member
0 Kudos

How do I add the field not included in the field catalog of a listing exclusion table?

Do i have to use tcode MC18 and MC21?

I was told that an abaper has to do some code change to bring the field into field catalog.

but I couldn't find where to code.

A liitle help on this will be really helpful.

thanks,

Raghu.

0 Kudos

You can use transaction SM30 and maintain V_T681F.

Say for example you want to add new field for field catalog B / V3 / 001 (output billing).

Now when click add new field you can choose field from KOMB, KOMKBV3 or KOMPBV3. If the field that you want isn't available in there then you will have to enhance either of this structure as per requirement. In that case only you will need to add code to populate that field. If you are using any of the field already provided by SAP in these structure then no coding is required.

Say for example you want some Z field in field catalog in that case:-

a. Add Z field in KOMB's customer include i.e KOMBZ

b. populate this in user exit of function module KOMKBV1_FILL (check convention KOMK + B + V1 to find other func mod)

c. Now above added field is available for you to add in field catalog using SM30 in V_T681F.

d. Once done, add this field to condition table in NACE txn

e. Add codition table to access sequence

f. Access sequence is assingned to output type.

This should help, I guess.

Enjoy SAP

Pankaj Singh

0 Kudos

thanks pankaj. that was really helpful

But when i go into SM30 and enter the key for listing/exclusion 'G' I cant find any entries.

even in the F4 help for Field group I can't find any combinations with G.

but I have a Listing/exclusion access sequence and table in SPRO.

how can this be? do you have any idea

Raghu.

0 Kudos

I check for Usage G, application V and field catalog 001 and I se following entries that comes from KOMGG, KOMKG and KOMPG.

ALAND Country

AUART Sales Document Type

BONUS

BUKRS Company Code

BWTAR

CHARG Batch

CITYC City code

COUNC County code

EAN11 EAN/UPC

HWAER

INCO1 Incoterms

INCO2 Incoterms (Part 2)

INFNR Purchasing Info Rec.

KDGRP Customer group

KNRZE Payer

KONDA

KONDM Material pricing grp

KUNAG Sold-to party

KUNNR Customer

KUNWE Ship-to party

LAND1 Destination Country

LLAND

MATKL Material Group

MATNR Material

MATWA Material entered

MEINA Unit of measure

MTART Material Type

PLTYP

PMATN Pricing Ref. Matl

PRODH Product hierarchy

PROVG

REGIO Region

SPART Division

SPDNR Forwarding agent

TAXK1

TAXK2

TAXK3

TAXK4

TAXK5

TAXK6

TAXK7

TAXK8

TAXK9

TAXM1

TAXM2

TAXM3

TAXM4

TAXM5

TAXM6

TAXM7

TAXM8

TAXM9

VBTYP SD document categ.

VKAUS Model

VKGRU Repair: Classification of Items

VKORG Sales Organization

VRKME

VRTNR Sales employee

VTWEG Distribution Channel

WAERK

WAGRP Material group

WERKS Plant

WKCOU County of dlv.plant

WKCTY City of deliv.plant

WKREG Region of dlv.plant

Enjoy SAP.

Pankaj Singh

Edited by: Pankaj Singh on Sep 24, 2008 4:22 PM

0 Kudos

Thanks Pankaj,

I wasn't using the field group as 001.

I thought the F4 help would show it.

0 Kudos

I want to create a new Condition table with fields Dely type & Transportation Group, but Transportation Group field is not available infield cataloge.

Pls help