Line item doesn't get inserted using BAPI 'BAPI_SALESORDER_CHANGE'
Hello Experts, I've a requirement where I need to change matnr, quantity and net value at item level. After some research I found that I need to delete the current line item first and then add new line...
View ArticleRe: STRING type fields, any risk?
I can't see any risk, but i think the better way to do this was creating long text through SO10 transaction. And populating this long text in your z program.... Remember with the string field has a...
View ArticleBAPI_MATERIAL_SAVEDATA to add more than one storage location?
I used BAPI_MATERIAL_SAVEDATA to extend some material to another one of our plants. Now for each of these items, I need to add around 8 additional storage locations with only the first one NOT having...
View ArticleRe: Doubt Abou ABAP Command
Hi Ronaldo, you are speaking about cluster. Cluster is something different, used for example in the module HR. Imagine that all the data (structure, internal table, ..) are condense and store in the...
View ArticleRe: Double click on input field (Sel Screen as Subscreen)
Hi Rama, For you one create the Sub screen in your program after creating and define your selection screen parameter inside the subscreen and After defining all the parameter in the subscreen. Call the...
View ArticleRe: Doubt Abou ABAP Command
Hi Ronaldo, Please find the below link which will help you in understanding how import, export work with cluster tables....
View ArticleRe: Split quantity automatically in MIGO
Which line did you set the breakpoint exactly?
View ArticleRe: Doubt Abou ABAP Command
HI Ronaldo, The statement you are using is mainly used for the Fetch the data from the Cluster table. Mainly this table is used in the HR and work as the Infotypes. In the Cluster table data is stored...
View ArticleIssue with BDC on F-28 in Z Program
Hi Folks, Whenever I have taken help from this Community I have never been let down in any of the cases. So today also I hope hope the same from this community. My issue is that whenever...
View ArticleRe: Line item doesn't get inserted using BAPI 'BAPI_SALESORDER_CHANGE'
Many thanks Smruti. With your suggestions I'm finally able to delete and insert new line items. But in li_return table of BAPI returns warning and Net Value and values in Configuration are empty (refer...
View ArticleHow do I limit 'pop up' options for one parameter based on entry of another...
My end goal is to get a plant and storage location to pass to a program. In looking for what tables to link to the parameter fields, I went into SE16 and went to table T001L On the selection screen for...
View ArticleRe: Module Pool Type Conversion Error.
Normally for all quantity fields which may have minute value as well, for those fields to display in Module Pool program there is a check box in property window with name as "With Sign" you selected...
View ArticleRe: VL02N How to Fill Batch Split (CHARG) automatically ( by Exit )
I would like to insert more than one row for LIPS-CHARG
View ArticleRe: Debugging in PRD server
Hi waqas, Its depend on the situation. i want to share something at which condition i had use the debugger in the production system.In my company Number range is different for the Production and...
View ArticleRe: Error in SELECT return
Hi João , how is going, tell me how you see the data result, how you do the "write" sentence (s) or ALV or any way of publication. thanks
View ArticleRe: Split quantity automatically in MIGO
You should set above it, not below. Set your breakpoint inside implementation of LINE_MODIFY_04.
View ArticleRe: Error in SELECT return
I have used following test code: report ztest.TABLES sflight. DATA: gt_lfa1 TYPE TABLE OF sflight, lw_lfa1 TYPE sflight. SELECTION-SCREEN: BEGIN OF BLOCK b1 WITH FRAME TITLE text-001....
View ArticleRe: hi this is raemsh.v,
Using RSTXTRAN , you can create a request to transport to other system.
View ArticleTop of page in alv after page break
Hi all,i have created a custom report like fbl5n and i need to print customer details on top-of -page which changes for every customer. Please give suggetions. Thanks in advance.
View ArticleRe: Top of page in alv after page break
Hi Rojer, Did you try like this: TOP-OF-PAGE.WRITE: / 'Customer: ', cust. Sorry, now I see it's ALV. I'll try something.In meantime check this discussion: https://scn.sap.com/thread/1097351...
View Article