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

f-28

former_member188827
Active Contributor
0 Likes
394

hi all

i need to create a validation for trx f-28.

the scenerio is:

when user enters reference number, document date, , profit center,account , amount, account(open item) on initial screen of f-28, the entered xblnr should be matched against the entry in a ztable.if xblnr is matched he will be allowed to proceed to next screen, where after filling da required data and saving it, the corresponding entry in ztable against the reference number (entered on initial screen) should be deleted..

ive done the validation for refernce number but dont know how to proceed further.dat is how to delete entry in ztable after document has been posted.

plz suggest suitable user exit or ny other appropriate method...

<b>can ny1 tell the user exit at save for f-28

points 'll b rewarded</b>

Message was edited by:

abapuser

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
331

i can give you some BADI name

FI_HEADER_SUB_1300

FBAS_CIN_MF05AFA0

FI_RES_ITEM_CURRENCY

FI_FB08_SUBST_BUDAT

if it does not work you can go for field exit.

just run RSMODPRF perog give data element name there and write the fn module. and after that come back again run the prog and dont give any data element and assign your screen and prog name and activate that.

regards

shiba dutta

1 REPLY 1
Read only

Former Member
0 Likes
332

i can give you some BADI name

FI_HEADER_SUB_1300

FBAS_CIN_MF05AFA0

FI_RES_ITEM_CURRENCY

FI_FB08_SUBST_BUDAT

if it does not work you can go for field exit.

just run RSMODPRF perog give data element name there and write the fn module. and after that come back again run the prog and dont give any data element and assign your screen and prog name and activate that.

regards

shiba dutta