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

Validation OBBH

P905227
Explorer
0 Likes
1,328

Hallo!

I'm creating a substitution (obbh complete document) to modify the field ZUONR (i.e. by transaction FB60).

When i debug it's all ok but the field ZUONR in the document created is not updated.

I see that the structure BSEG is not present when i select "Prerequisite" in the tabstrip "table fields".

Could this be my problem? why i can see only BKPF and SYST bat not BSEG?

Thanks a lot

bye

Giulian

4 REPLIES 4
Read only

Former Member
0 Likes
1,059

If you are indeed making the substitution at the complete document level, you should see all three tables; however, if you do it at the document header level, you will only see the two.

Would you please check that you are selecting the correct level?

Rob

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,059

I'm creating a substitution (obbh complete document) to modify the field ZUONR (i.e. by transaction FB60).

First read Note 42615 - Substitution in FI

At callup point 3 (complete document), no field has currently been released since  substitution is not possible for all transactions by which documents are  posted (for example MR1M, VF01, MB01 or all postings via the FI/CO interface).

- Did you add ZUONR in GB01 table (BOOLCLASS = 015 for callup point 3)
- Also did you try to call RGUGBR00 to regenerate substitutions programs ?

Regards,
Raymond

Read only

0 Likes
1,059

Now I have added all the fields of  BSEG into table GB01 (manually),

the Substitution now work, but the structure BSEG is not present when i select "Prerequisite" in the tabstrip "table fields"... so i can't insert my prerequisite...

Read only

0 Likes
1,059

Try to generate the prerequisite in an user-exit. (BSEG doesn't appear cause there are multiple records of the structure)

Regards,
Raymond