Re: Creating Dependent object for Header and Item
Hi Prithwiraj,it' possible in general.each DO embedding will have an own prefix and thus is distinguishable. However, the FBI reuse UI-component has some trouble handling this, as far as I remember. If...
View ArticleRe: custom BO : Insert additonal only in item node.
Hi Kumaran, if you create a subnode, you have to pass the association via which you are going to create it in the modification instruction.Did this solve your issue? Btw: you can omitt the...
View ArticleRe: custom BO : Insert additonal only in item node.
Hi Oliver, Thanks you very much. What a wonderful start for a monday. Regards,Kumaran
View ArticleSearch help in Determination to NWBC field screen.
Hi Experts. I created a field in NWBC screen and I want put a search help for this field.Could I call a search help function inside my Determination for this field ? For example when i want to block a...
View ArticleError while creating location - BO - EHFND_LOCATIONS
Hi Experts, Trying to create locations using BO - EHFND_LOCATIONS, but getting short dump, below is the code, could some one help me what I am missing. *--- Class object types**DATA : lo_service TYPE...
View ArticleAdd Freight unit to Freight Order .
Hi guys .I need to assign the resource and FU to a newly created FO.I try to use ADD_FU_BY_FUID. but dump is occurred.i read this document where says:Transportation Management Missing Functions/User...
View ArticleRe: Error while creating location - BO - EHFND_LOCATIONS
Hello Mounesh,if you would like to create a subnode below the root node, you have to also fill the source node (e.g. if_ehfnd_loc_c=>sc_node-root) and the source node key (the key of the root node...
View ArticleRe: Delete Root
hI dAVID I OPEN OTHER POST WITH OTHER PROBLEM AND I NEED HELP COULD YOU HELPME ? THE LINK IS: Add Freight unit to Freight Order . IM BOPF BEGINNER.
View ArticleRe: Add Freight unit to Freight Order .
Hello Ronaldo, we have to distinguish between the BOPF framework and the application that is built on BOPF (like here SAP Transportation Management). If you have a general question about how to create...
View ArticleRe: Add Freight unit to Freight Order .
Thanks for reply David. I'm working with code of other people. 1-I have de FU of screen. I want to know how can I by bopf in my Z program create FO and insert my FU in this new FO . The other...
View ArticleBOPF Lock a node
I have a sub-issue of a QIM issue that i am trying to lock in order to create a description node attached to the sub-issue root node. My modify call is returning an error because the sub-issue node is...
View ArticleRe: BOPF Lock a node
Hi Timothy, I assume you would like to explicit lock the node as a consumer in advance before modification. This can be done via the service manager method RETRIEVE with parameter IV_EDIT_MODE. You may...
View ArticleBOPF - Compare information between two screens
Hi! I wonder if anyone knows how to compare information between BOPF screens. I'm trying to compare information between two screens, example:Within the NWBC - Forwarding Order Management - Overview...
View ArticleBOBF Transaction Manager in status "Finished"
Hello, i am writing a scenario test in ABAP and face a problem with the transaction manager. I face this problemMETHOD switch_callstack_state. " if the current transaction state is "finished" (after...
View ArticleRe: BOBF Transaction Manager in status "Finished"
Hi Christian, Did the error occure when you called the interface method save() of /bobf/if_tra_transaction_mgr? Are what did you exactly do? Cheers Martin
View ArticleRe: BOBF Transaction Manager in status "Finished"
Maybe it's possible to use a different transaction pattern like save and continue (gc_tp_save_and_continue). If this error happens occurs during save you should avoid to call the save method several...
View ArticleFBI view with context based adaptation (CBA)
Hi experts, I'm trying to figure out how to use the context based adaptation feature of a FBI view. When you create a FBI view, there is a tab called context based adaptation where you can define CBA...
View ArticleRe: FBI view with context based adaptation (CBA)
Hi Bjorn, The FBI part in CBA for FBI based application is to raised the adaptation event with the correct adaptation context. To enable CBA to work with your FBI based appliaction: Create the...
View Article