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

i need the function module name

Former Member
0 Likes
827

i got the requirement to post data to FBS1 FB01 FBV1 transaction before posting the data to transaction i need to check the data in the iternal table for validity . this can be hadled by function modules or bapi

if any now the name please reply

3 REPLIES 3
Read only

Former Member
0 Likes
548

Hi,

Try FM: PRELIMINARY_POSTING_POST_CHECK,

PRELIMINARY_POSTING_REL_CHECK,

PRELIMINARY_POSTING_ZANF_CHECK,

FI_POSTING_KEY_CHECK

Regards.

Read only

Former Member
0 Likes
548

hi santaliestra.

XBLNR(16) TYPE C, " Reference

BLDAT(10) TYPE C, " Document date

BUDAT(10) TYPE C, " Posting date

BKTXT(25) TYPE C, " Short text

BLART(2) TYPE C, " Document type

WAERS(5) TYPE C, " Currency

BUKRH(4) TYPE C, " Company code in Header

STODT(10) TYPE C, " Reversal date

STGRD(2) TYPE C, " Reason

BUKRS(4) TYPE C, " Company code

GSBER(4) TYPE C, " Business area

HKONT(10) TYPE C, " Account number

KOSTL(10) TYPE C, " Cost center

AUFNR(12) TYPE C, " Order number

PROJK(8) TYPE C, " Wbs

NPLNR(12) TYPE C, " Network

VORNR(4) TYPE C, " Network activity

PRCTR(10) TYPE C, " Profit center

ZUONR(18) TYPE C, " Assignment number

PERNR(8) TYPE C, " Personnel number

VBUND(6) TYPE C, " Trading parnter

WRBTR(13) TYPE C, " Amount

DMBTR(13) TYPE C, " Amount

MWSKZ(2) TYPE C, " Tax code

SGTXT(50) TYPE C, " Item text

MATNR(18) TYPE C, " Material

LZBKZ(3) TYPE C, " Bank indicator

LANDL(3) TYPE C, " Supplying country

WWCNT(3) TYPE C, " Ship to country

WWPRL(2) TYPE C, " Product line

WWPG1(5) TYPE C, " Product group

WERKS(4) TYPE C, " Plant

BZIRK(6) TYPE C, " Sales district

BATR2(3) TYPE C, " Bus. Attr 2

WWPL4(11) TYPE C, " Product level 4

WWPL5(14) TYPE C, " Product level 5

PRODT(18) TYPE C, " Product

KNDNR(10) TYPE C, " Customer

VKORG(4) TYPE C, " Sales org.

VTWEG(2) TYPE C, " Distribution channel

SPART(2) TYPE C, " Division

VKBUR(4) TYPE C, " Sales office

INDUS(4) TYPE C, " Industry

CSGRP(2) TYPE C, " Customer group

MTNR1(18) TYPE C, " Material

VKGRP(3) TYPE C, " Sales group

BATR1(18) TYPE C, " Bus. Attr 1

WWPL3(8) TYPE C, " Product level 3

FKART(4) TYPE C, " Billing type

MGENT(8) TYPE C, " Management entity

WWPL6(18) TYPE C, " Product level 6

for these fields i need to check for validity .

Read only

Former Member
0 Likes
548

Hi avinash,

1. If u are using a BAPI Fm,

it will automatically

check for all consistencies

before posting the data.

2. If there is any incompleteness/inconsistency,

it will not post, and provide the

messages.

regards,

amit m.