Re: restrict records at runtime
Hello faizur, Please try implementing the below code per your requirement. TABLES: bseg.DATA : lt_bseg TYPE STANDARD TABLE OF bseg, lv_cursor TYPE cursor, lv_pack_size(5) TYPE c VALUE...
View ArticleRe: Barcode Zebra print
Hello Quark, I have tried with BARCODE format Code 39 but it's not showing any special character in label printing. Requesting you to check the link if it helps you. Also, check this document. Thanks...
View ArticleRe: Classification search in selected classes
This is what I may have to do, but was hoping for something already written.
View ArticleRe: Printing an invoice, where do Payment Terms come from? RV_BILLING_PRINT_VIEW
Turns out that the problem was not with the function module RV_BILLING_PRINT_VIEW. It was doing exactly as it was told. The problem was that there is a function module that gets called afterwards...
View ArticleRe: Change day of delivery in orders
50 documents is actually a rather low number... How long does it take to change a field? Mass transaction would work as long as the field is available on the list there, but the problem is that it can...
View ArticleRe: To have multiple email ids for a Sold to while creating the SO using BAPI
I'm guessing this is needed for the output distribution to multiple emails. In such case I'd suggest to send output to Contact partner (CP) instead. Otherwise even if you somehow "feed" multiple emails...
View ArticleBest table which gives only sales order which are not having deliveries
I just want to pick up the sales order which are not created/assigned deliveries and open.please advise the best table. Thanks,Mahesh
View ArticleRe: Best table which gives only sales order which are not having deliveries
Hi, I think VBUK has a delivery status and if it has value A then it means it is not processed. If you need item level status, check same field in VBUP. RegardsAbhi
View ArticleRe: Batch input session not getting created
Dear All, The problem is solved. When we use SUBMIT RCSBI020 WITH LOG_NAME = <Path> WITH BDC_FLAG = 'X' USER SY-UNAME...
View ArticleUser Exit or Badi validations at item level in ME21N and ME22N
Anyone know of any User Exit or Badi that can be used to perform validations at item level in ME21N and ME22N transactions need to do validations materials at each position. I've found some but I do...
View ArticleDOCX File Merge Data Problem
Hi,I am looking for a straightforward approach to merging some data in docx file. I found demo program ROOXML_DOCX_FORM_MIX_FT_TEST01, which appears to do what I would like to do. When running the...
View ArticleRe: DOCX File Merge Data Problem
In fact I a blaming this line in the method specfically CONCATENATE 'XSLT' ls_xsltattr-xsltdesc INTO ls_xsltattr-xsltdesc.
View Articledoes DATA statement's line # matters?
Hello, I have implemented a BADI (its regarding materila master) for z_my_program_1 purpose, but, this z_my_program_1 will be executed once per quarter. In this program I placed the below code IMPORT...
View ArticleRe: DOCX File Merge Data Problem
In fact once I copied this static method to a custom local class and method. I then changed that line of code (prefixing a 'Z' instead of 'X') and everything worked fine. Although not ideal, it fixes...
View ArticleQuery error
Gooddays experts, I found thisquery that joinsthreetables, SELECT a~BUDAT AS BUDAT a~BWART AS BWART a~AUFNR AS AUFNR b~ftrmi AS ftrmi b~stlnr AS stlnr c~matnr AS matnr c~werks AS...
View ArticleRF GUN functionality is not working.
Have some issues , we have yesterday migrated our production server to a new server , since then the RF portal is not working , Only the first page is comingand when click any push buttons like "PURCH...
View ArticleRe: abap insert commit issue
it doesnt work, I put this http://sapMEYerp6.mota.mota-engil.pt/sap/bc/srt/wsdl/sdef_ZWS_SQRT/wsdl11/ws_policy/document?WSDL&sap-client=100 The application SOAPUI dont recongnize it.
View ArticleRe: Retrieve subdirectories and files from application server
Try using EPS_GET_DIRECTORY_PATH.
View ArticleRe: How to change system id value based on system in database table
Hello, Could you please check this link? *Declare a local variable like the result type LOGSYSData: lvSource like RESULT. *runs a method to get the source system from the runtime attributes of*the...
View ArticleRe: How to Consume a Web Service created in SAP
No problem. Everyone has to start out somewhere. OK can you pop that URL into your browser and see what happens? You'll probably get some better feedback than you see in SOAPUI. I have a feeling...
View Article