cancel
Showing results for 
Search instead for 
Did you mean: 

Business place incorrect in F-48

former_member183690
Participant
0 Kudos

HI All,

Current Business scenario

Our client is posting the advance through F-48 against the PO

Currently user is posting the advance with incorrect business place which is impact in at the time of taxes

Impact :-

Posting to the incorrect business place at the time of advance client unable to take return of the taxes properly.

Requirement.

We are planing to go for validation with maintaining SET GS01

Attempt for solution

Pre-requisites System T code F-48

Check BSEG-BUPLA AND IN SET ( Business place)

Error message

our intention is which ever there in the SET system should pick those Business place if the user is trying to update other than the SET business place system should give error we tried with above solution its not working please advice where we are lacking it would be great help

Accepted Solutions (0)

Answers (1)

Answers (1)

sanilbhandari
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi

Maintain the prerequisite as:

SYST-TCODE=FBA7 and BKPF-BUKRS="XXXX"

Check

BSEG-BUPLA IN <SETNAME>

Set the error message as you want

Write this validation at the line item level

Regards

Sanil Bhandari

former_member183690
Participant
0 Kudos

Hi Sanil,

Many thanks for your reply I have tried with that logic above by selecting IN and set directory . even i tried with the below Logic Pre =requites SYSTM= T code F-47 and WERKS check BSEG -BUPLA < > error message and tried with Substitution Pre =requites SYSTM= T code F-47 Check Field assignment :- EBLEN BSEG-BUPLA

still not working please advice

sanilbhandari
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi

The system t code should be FBA7. Before posting, i checked my dev system and it seems to be working fine. Can you post a transaction in F-48 and check what is the t code in the document header, that should be included in the prerequisited. Mine is a S/4HANA System, but it should work the same way in ECC as well. If it does not work in your case, than execute a trace along with an ABAB Colleague and see why the validation is not triggered. Your ABAP Colleague can put a break point in the program and check the same in debug mode.

This is also assuming that the validation rule along with the step is already assigned to your company code with validation step as 2.

Regards

Sanil Bhandari